|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::MaskSourceDriver: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 ) );
}
1.7.3