|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::MaskSourceOptions:
Collaboration diagram for osgEarth::MaskSourceOptions:Public Member Functions | |
| MaskSourceOptions (const ConfigOptions &options=ConfigOptions()) | |
| virtual Config | getConfig () const |
Protected Member Functions | |
| virtual void | mergeConfig (const Config &conf) |
Private Member Functions | |
| void | fromConfig (const Config &conf) |
Configuration options for a masking source.
Definition at line 37 of file MaskSource.
| osgEarth::MaskSourceOptions::MaskSourceOptions | ( | const ConfigOptions & | options = ConfigOptions() | ) | [inline] |
Definition at line 40 of file MaskSource.
:
DriverConfigOptions( options ) { fromConfig(_conf); }
| void MaskSourceOptions::fromConfig | ( | const Config & | conf | ) | [private] |
Reimplemented from osgEarth::DriverConfigOptions.
Reimplemented in osgEarth::Drivers::FeatureMaskOptions.
Definition at line 29 of file MaskSource.cpp.
{
//nop
}
| Config MaskSourceOptions::getConfig | ( | ) | const [virtual] |
Gets or sets the name of the object
Reimplemented from osgEarth::DriverConfigOptions.
Reimplemented in osgEarth::Drivers::FeatureMaskOptions.
Definition at line 42 of file MaskSource.cpp.
{
Config conf = DriverConfigOptions::getConfig();
return conf;
}
Here is the call graph for this function:
Here is the caller graph for this function:| void MaskSourceOptions::mergeConfig | ( | const Config & | conf | ) | [protected, virtual] |
Reimplemented from osgEarth::DriverConfigOptions.
Reimplemented in osgEarth::Drivers::FeatureMaskOptions.
Definition at line 35 of file MaskSource.cpp.
{
DriverConfigOptions::mergeConfig( conf );
fromConfig( conf );
}
Here is the call graph for this function:
Here is the caller graph for this function:
1.7.3