osgEarth 2.1.1
|
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(); }
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] |