OpenSceneGraph 2.8.4
|
Attribute for overriding the type of an index (of an indexed property) with a custom type. More...
Public Member Functions | |
IndexTypeAttribute (int whichindex, const Type &type) | |
int | getWhichIndex () const |
const Type & | getIndexType () const |
Attribute for overriding the type of an index (of an indexed property) with a custom type.
Behaves like PropertyTypeAttribute, but it affects the value of an index instead of the property's value itself. NOTE: property with custom indexing attributes are not affected by this attribute!
osgIntrospection::IndexTypeAttribute::IndexTypeAttribute | ( | int | whichindex, |
const Type & | type | ||
) | [inline] |
const Type& osgIntrospection::IndexTypeAttribute::getIndexType | ( | ) | const [inline] |
int osgIntrospection::IndexTypeAttribute::getWhichIndex | ( | ) | const [inline] |
![]() | Generated at Sun Jan 8 2012 13:16:35 for the OpenSceneGraph by doxygen 1.7.4. |