#include <OSGGeoPropIndices.h>

Public Types | |
Typedefs | |
| typedef GeoIndices | Inherited |
| typedef GeoIndices::PtrType | InheritedPtr |
| typedef GeoIndicesPropertyDesc | InheritedDesc |
| typedef MFUInt32 | StoredFieldType |
| typedef InheritedDesc::GenericType | GenericType |
| typedef GeoPropertyInterface < GeoIndicesPropertyDesc > | Interface |
Static Public Member Functions | |
Get | |
| static const Char8 * | getTypeName (void) |
| static const Char8 * | getClassName (void) |
| static const Char8 * | getFieldName (void) |
| static const Char8 * | getGroupName (void) |
| static InitContainerF | getInitMethod (void) |
| static UInt32 | getFormat (void) |
| static UInt32 | getFormatSize (void) |
| static UInt32 | getDimension (void) |
| static UInt32 | getStride (void) |
| static FieldDescription ** | getDesc (void) |
Static Public Attributes | |
| static FieldDescription * | _desc [] |
Definition at line 54 of file OSGGeoPropIndices.h.
Definition at line 86 of file OSGGeoPropIndices.h.
| static const Char8* osg::GeoIndicesUI32PropertyDesc::getTypeName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoIndicesUI32PropertyDesc::getClassName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoIndicesUI32PropertyDesc::getFieldName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoIndicesUI32PropertyDesc::getGroupName | ( | void | ) | [inline, static] |
| static InitContainerF osg::GeoIndicesUI32PropertyDesc::getInitMethod | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoIndicesUI32PropertyDesc::getFormat | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoIndicesUI32PropertyDesc::getFormatSize | ( | void | ) | [inline, static] |
Definition at line 70 of file OSGGeoPropIndices.h.
References GLuint().
00070 { return sizeof(GLuint); }
| static UInt32 osg::GeoIndicesUI32PropertyDesc::getDimension | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoIndicesUI32PropertyDesc::getStride | ( | void | ) | [inline, static] |
| static FieldDescription** osg::GeoIndicesUI32PropertyDesc::getDesc | ( | void | ) | [inline, static] |
Initial value:
{
new FieldDescription(
StoredFieldType::getClassType(),
getFieldName(),
OSG_FC_FIELD_IDM_DESC(GeoProperty<
GeoIndicesUI32PropertyDesc>::GeoPropDataField),
false,
(FieldAccessMethod) &GeoProperty<
GeoIndicesUI32PropertyDesc>::getFieldPtr)
}
Definition at line 56 of file OSGGeoPropIndices.h.
1.5.5