#include <OSGGeoPropColors.h>

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