#include <OSGGeoPropertyBase.h>
Inheritance diagram for osg::AbstractGeoProperty< GeoPropertyDesc >:

Public Types | |
| typedef AbstractGeoProperty< GeoPropertyDesc > | PropertyType |
| typedef FCPtr< typename GeoPropertyDesc::InheritedPtr, PropertyType > | PtrType |
Public Member Functions | |
| virtual osg::FieldContainerType & | getType (void) |
| virtual const osg::FieldContainerType & | getType (void) const |
| virtual osg::UInt32 | getContainerSize (void) const |
Access | |
| *virtual PtrType | clone (void)=0 |
Dump | |
| *virtual void | dump (UInt32 uiIndent=0, const BitVector bvFlags=0) const |
Static Public Member Functions | |
| static osg::FieldContainerType & | getClassType (void) |
| static osg::UInt32 | getClassTypeId (void) |
Protected Member Functions | |
Constructors | |
| * | AbstractGeoProperty (void) |
| AbstractGeoProperty (const AbstractGeoProperty &source) | |
Destructors | |
| *virtual | ~AbstractGeoProperty (void) |
Private Types | |
| typedef GeoPropertyDesc::Inherited | LocalInherited |
| typedef GeoPropertyDesc::InheritedDesc | LocalInheritedDesc |
| typedef GeoPropertyInterface< GeoPropertyDesc > | LocalInterface |
Static Private Attributes | |
| static FieldContainerType | _type |
Friends | |
| class | FieldContainer |
Definition at line 66 of file OSGGeoPropertyBase.h.
|
|||||
|
Definition at line 75 of file OSGGeoPropertyBase.h. |
|
|||||
|
Definition at line 78 of file OSGGeoPropertyBase.h. |
|
|||||
|
Definition at line 162 of file OSGGeoPropertyBase.h. |
|
|||||
|
Definition at line 163 of file OSGGeoPropertyBase.h. |
|
|||||
|
Definition at line 166 of file OSGGeoPropertyBase.h. |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 65 of file OSGGeoPropertyBase.inl. 00066 : 00067 00068 LocalInherited(source) 00069 #ifndef OSG_SUPPORT_NO_GEO_INTERFACE 00070 , LocalInterface(source) 00071 #endif 00072 { 00073 }
|
|
||||||||||
|
Definition at line 77 of file OSGGeoPropertyBase.inl.
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
Definition at line 82 of file OSGGeoPropertyBase.inl.
|
|
|||||
|
Definition at line 140 of file OSGGeoPropertyBase.h. |
|
|||||
|
Definition at line 169 of file OSGGeoPropertyBase.h. |
1.4.3