osgEarth 2.1.1
Public Member Functions | Protected Member Functions | Private Member Functions

osgEarth::MaskSourceOptions Class Reference

Inheritance diagram for osgEarth::MaskSourceOptions:
Collaboration diagram for osgEarth::MaskSourceOptions:

List of all members.

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)

Detailed Description

Configuration options for a masking source.

Definition at line 37 of file MaskSource.


Constructor & Destructor Documentation

osgEarth::MaskSourceOptions::MaskSourceOptions ( const ConfigOptions options = ConfigOptions()) [inline]

Definition at line 40 of file MaskSource.

                                                                           :
              DriverConfigOptions( options ) { fromConfig(_conf); }

Member Function Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines