|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::Features::LabelSourceDriver:Protected Member Functions | |
| const LabelSourceOptions & | getLabelSourceOptions (const osgDB::ReaderWriter::Options *rwOpt) const |
Definition at line 93 of file LabelSource.
| const LabelSourceOptions & LabelSourceDriver::getLabelSourceOptions | ( | const osgDB::ReaderWriter::Options * | rwOpt | ) | const [protected] |
Definition at line 90 of file LabelSource.cpp.
{
return *static_cast<const LabelSourceOptions*>( options->getPluginData( LABEL_SOURCE_OPTIONS_TAG ) );
}
1.7.3