#include <OSGGeoPropPTypes.h>

Public Types | |
Typedefs | |
| typedef GeoPTypes | Inherited |
| typedef GeoPTypes::PtrType | InheritedPtr |
| typedef GeoPTypesPropertyDesc | InheritedDesc |
| typedef MFUInt8 | StoredFieldType |
| typedef InheritedDesc::GenericType | GenericType |
| typedef GeoPropertyInterface < GeoPTypesPropertyDesc > | 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 OSGGeoPropPTypes.h.
Definition at line 86 of file OSGGeoPropPTypes.h.
| static const Char8* osg::GeoPTypesUI8PropertyDesc::getTypeName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoPTypesUI8PropertyDesc::getClassName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoPTypesUI8PropertyDesc::getFieldName | ( | void | ) | [inline, static] |
| static const Char8* osg::GeoPTypesUI8PropertyDesc::getGroupName | ( | void | ) | [inline, static] |
| static InitContainerF osg::GeoPTypesUI8PropertyDesc::getInitMethod | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoPTypesUI8PropertyDesc::getFormat | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoPTypesUI8PropertyDesc::getFormatSize | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoPTypesUI8PropertyDesc::getDimension | ( | void | ) | [inline, static] |
| static UInt32 osg::GeoPTypesUI8PropertyDesc::getStride | ( | void | ) | [inline, static] |
| static FieldDescription** osg::GeoPTypesUI8PropertyDesc::getDesc | ( | void | ) | [inline, static] |
FieldDescription * GeoPTypesUI8PropertyDesc::_desc [static] |
Initial value:
{
new FieldDescription(
StoredFieldType::getClassType(),
getFieldName(),
OSG_FC_FIELD_IDM_DESC(GeoProperty<
GeoPTypesUI8PropertyDesc>::GeoPropDataField),
false,
(FieldAccessMethod) &GeoProperty<
GeoPTypesUI8PropertyDesc>::getFieldPtr)
}
Definition at line 56 of file OSGGeoPropPTypes.h.
1.5.5