osgEarth 2.1.1
|
Public Member Functions | |
PolygonPointSizeSymbol () | |
float & | size () |
const float & | size () const |
Protected Attributes | |
float | _size |
Definition at line 232 of file osgearth_symbology.cpp.
PolygonPointSizeSymbol::PolygonPointSizeSymbol | ( | ) | [inline] |
Definition at line 234 of file osgearth_symbology.cpp.
: _size (1.0) {}
float& PolygonPointSizeSymbol::size | ( | ) | [inline] |
Definition at line 235 of file osgearth_symbology.cpp.
{ return _size; }
const float& PolygonPointSizeSymbol::size | ( | ) | const [inline] |
Definition at line 236 of file osgearth_symbology.cpp.
{ return _size; }
float PolygonPointSizeSymbol::_size [protected] |
Definition at line 239 of file osgearth_symbology.cpp.