|
osgEarth 2.1.1
|
Inheritance diagram for osgEarth::Symbology::Symbol:
Collaboration diagram for osgEarth::Symbology::Symbol:Public Member Functions | |
| Symbol (const Config &conf=Config()) | |
| const URIContext & | uriContext () const |
| virtual Config | getConfig () const |
Protected Attributes | |
| URIContext | _uriContext |
Definition at line 26 of file Symbol.cpp.
{
_uriContext = conf.uriContext();
}
Here is the call graph for this function:| virtual Config osgEarth::Symbology::Symbol::getConfig | ( | ) | const [inline, virtual] |
Reimplemented in osgEarth::Symbology::AltitudeSymbol, osgEarth::Symbology::ExtrusionSymbol, osgEarth::Symbology::LineSymbol, osgEarth::Symbology::MarkerSymbol, osgEarth::Symbology::PointSymbol, osgEarth::Symbology::PolygonSymbol, osgEarth::Symbology::SkinSymbol, and osgEarth::Symbology::TextSymbol.
Definition at line 40 of file Symbol.
{ return Config(); }
| const URIContext& osgEarth::Symbology::Symbol::uriContext | ( | ) | const [inline] |
Definition at line 38 of file Symbol.
{ return _uriContext; }
URIContext osgEarth::Symbology::Symbol::_uriContext [protected] |
1.7.3