osgEarth 2.1.1
Public Member Functions | Protected Attributes

PolygonPointSizeSymbol Struct Reference

Inheritance diagram for PolygonPointSizeSymbol:
Collaboration diagram for PolygonPointSizeSymbol:

List of all members.

Public Member Functions

 PolygonPointSizeSymbol ()
float & size ()
const float & size () const

Protected Attributes

float _size

Detailed Description

Definition at line 232 of file osgearth_symbology.cpp.


Constructor & Destructor Documentation

PolygonPointSizeSymbol::PolygonPointSizeSymbol ( ) [inline]

Definition at line 234 of file osgearth_symbology.cpp.

: _size (1.0) {}

Member Function Documentation

float& PolygonPointSizeSymbol::size ( ) [inline]

Definition at line 235 of file osgearth_symbology.cpp.

{ return _size; }

Here is the caller graph for this function:

const float& PolygonPointSizeSymbol::size ( ) const [inline]

Definition at line 236 of file osgearth_symbology.cpp.

{ return _size; }

Member Data Documentation

float PolygonPointSizeSymbol::_size [protected]

Definition at line 239 of file osgearth_symbology.cpp.


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