osgEarth 2.1.1
|
Protected Member Functions | |
const MaskSourceOptions & | getMaskSourceOptions (const osgDB::ReaderWriter::Options *rwOpt) const |
Definition at line 90 of file MaskSource.
const MaskSourceOptions & MaskSourceDriver::getMaskSourceOptions | ( | const osgDB::ReaderWriter::Options * | rwOpt | ) | const [protected] |
Definition at line 96 of file MaskSource.cpp.
{ return *static_cast<const MaskSourceOptions*>( options->getPluginData( MASK_SOURCE_OPTIONS_TAG ) ); }