|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::ModelSourceDriver:Protected Member Functions | |
| const ModelSourceOptions & | getModelSourceOptions (const osgDB::ReaderWriter::Options *rwOpt) const |
Definition at line 125 of file ModelSource.
| const ModelSourceOptions & ModelSourceDriver::getModelSourceOptions | ( | const osgDB::ReaderWriter::Options * | rwOpt | ) | const [protected] |
Definition at line 105 of file ModelSource.cpp.
{
return *static_cast<const ModelSourceOptions*>( options->getPluginData( MODEL_SOURCE_OPTIONS_TAG ) );
}
1.7.3