#include <OSGGeoPropertyInterface.h>
Inheritance diagram for osg::GeoPropertyInterface< GeoPropertyDesc >:

Public Types | |
| typedef GeoPropertyInterface< GeoPropertyDesc > | InterfaceType |
| typedef GeoPropertyDesc::GenericType | GenericType |
| typedef GeoPropertyArrayInterface | Inherited |
Public Member Functions | |
Generic Access | |
| *virtual GenericType | getValue (const UInt32 index)=0 |
| virtual GenericType | getValue (const UInt32 index) const =0 |
| virtual void | getValue (GenericType &val, const UInt32 index)=0 |
| virtual void | getValue (GenericType &val, const UInt32 index) const =0 |
| virtual void | setValue (const GenericType &val, const UInt32 index)=0 |
| virtual void | addValue (const GenericType &val)=0 |
| virtual void | push_back (const GenericType &val)=0 |
Constructors | |
| * | GeoPropertyInterface (void) |
| GeoPropertyInterface (const GeoPropertyInterface &source) | |
Destructors | |
| *virtual | ~GeoPropertyInterface (void) |
Get | |
| *virtual UInt32 | getFormat (void) const =0 |
| virtual UInt32 | getFormatSize (void) const =0 |
| virtual UInt32 | getStride (void) const =0 |
| virtual UInt32 | getDimension (void) const =0 |
| virtual UInt32 | getSize (void) const =0 |
| virtual UInt32 | size (void) const =0 |
| virtual UInt8 * | getData (void) const =0 |
Generic Access | |
| *virtual void | clear (void)=0 |
| virtual void | resize (size_t newsize)=0 |
Definition at line 125 of file OSGGeoPropertyInterface.h.
|
|||||
|
Definition at line 130 of file OSGGeoPropertyInterface.h. |
|
|||||
|
Definition at line 132 of file OSGGeoPropertyInterface.h. |
|
|||||
|
Definition at line 134 of file OSGGeoPropertyInterface.h. |
|
||||||||||
|
Definition at line 44 of file OSGGeoPropertyInterface.inl. 00044 : 00045 Inherited() 00046 { 00047 }
|
|
||||||||||
|
Definition at line 50 of file OSGGeoPropertyInterface.inl. 00051 : 00052 00053 Inherited(source) 00054 { 00055 }
|
|
||||||||||
|
Definition at line 58 of file OSGGeoPropertyInterface.inl.
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|
|
|
|
Referenced by osg::createSharedIndex(), and osg::createSingleIndex(). |
|
|
Referenced by osg::createSharedIndex(), and osg::createSingleIndex(). |
|
|
Referenced by osg::createSharedIndex(), and osg::createSingleIndex(). |
|
|
|
|
|
Referenced by osg::createSharedIndex(), and osg::createSingleIndex(). |
|
|
Referenced by osg::createSharedIndex(), and osg::createSingleIndex(). |
|
|
|
|
|
Referenced by osg::createSingleIndex(). |
1.4.3