#include <OSGDataType.h>
Inheritance diagram for osg::DataType:

Public Member Functions | |
Constructors | |
| * | DataType (const Char8 *szName, const Char8 *szParentName, const UInt32 uiNameSpace=0) |
Destructors | |
| *virtual | ~DataType (void) |
Operators | |
| *bool | operator== (const DataType &other) const |
| bool | operator!= (const DataType &other) const |
Id | |
| *UInt32 | getId (void) const |
| const IDString & | getName (void) const |
| const Char8 * | getCName (void) const |
| const IDString & | getParentName (void) const |
| const Char8 * | getCParentName (void) const |
| UInt32 | getNameSpace (void) const |
Operators | |
| *virtual bool | isDerivedFrom (const TypeBase &other) const |
Comparison | |
| *bool | operator== (const TypeBase &other) const |
| bool | operator!= (const TypeBase &other) const |
Protected Types | |
| typedef TypeBase | Inherited |
Protected Member Functions | |
| DataType (const DataType &source) | |
Protected Attributes | |
Members | |
| *UInt32 | _uiTypeId |
| UInt32 | _uiTypeRootId |
| TypeBase * | _pParent |
| IDString | _szName |
| IDString | _szParentName |
Private Member Functions | |
| void | operator= (const DataType &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 52 of file OSGDataType.h.
|
|
Reimplemented in osg::FieldType, and osg::FieldContainerType. Definition at line 86 of file OSGDataType.h. |
|
||||||||||||||||
|
Definition at line 61 of file OSGDataType.cpp. 00063 : 00064 Inherited(szName, szParentName, uiNameSpace) 00065 { 00066 }
|
|
|
Definition at line 77 of file OSGDataType.cpp.
|
|
|
Definition at line 68 of file OSGDataType.cpp. 00068 : 00069 Inherited(source) 00070 { 00071 }
|
|
|
Definition at line 84 of file OSGDataType.cpp.
|
|
|
Definition at line 89 of file OSGDataType.cpp.
|
|
|
|
|
|
|
Definition at line 86 of file OSGTypeBase.cpp. References osg::TypeBase::_szName. Referenced by osg::SharePtrGraphOp::compareFCs(), osg::deepClone(), osg::NodeCore::dump(), osg::Geometry::dump(), osg::Attachment::dump(), osg::VRMLFile::getFieldType(), osg::VRMLNodeDesc::prototypeAddField(), and osg::TypeFactory::registerType(). 00087 { 00088 return _szName; 00089 }
|
|
|
|
Definition at line 98 of file OSGTypeBase.cpp. References osg::TypeBase::_szParentName. 00099 { 00100 return _szParentName; 00101 }
|
|
|
Definition at line 104 of file OSGTypeBase.cpp. References osg::TypeBase::_szParentName, and osg::IDString::str(). Referenced by osg::TypeFactory::writeTypeDot(). 00105 { 00106 return _szParentName.str(); 00107 }
|
|
|
Definition at line 110 of file OSGTypeBase.cpp. Referenced by osg::TypeFactory::registerType().
|
|
|
Reimplemented in osg::FieldContainerType. Definition at line 119 of file OSGTypeBase.cpp. Referenced by osg::FieldContainerType::isDerivedFrom().
|
|
|
Definition at line 127 of file OSGTypeBase.cpp. References osg::TypeBase::_uiTypeId.
|
|
|
Definition at line 133 of file OSGTypeBase.cpp.
|
|
|
Definition at line 114 of file OSGTypeBase.h. Referenced by osg::TypeBase::getId(), osg::FieldContainerType::isDerivedFrom(), osg::TypeBase::operator==(), and osg::TypeBase::TypeBase(). |
|
|
Definition at line 115 of file OSGTypeBase.h. |
|
|
Reimplemented in osg::FieldContainerType. Definition at line 117 of file OSGTypeBase.h. |
|
|
Definition at line 119 of file OSGTypeBase.h. Referenced by osg::FieldContainerType::addDescription(), osg::TypeBase::getCName(), osg::TypeBase::getName(), osg::FieldContainerType::initFields(), osg::FieldContainerType::initialize(), and osg::FieldContainerType::registerType(). |
|
|
Reimplemented in osg::FieldContainerType. Definition at line 120 of file OSGTypeBase.h. Referenced by osg::TypeBase::getCParentName(), and osg::TypeBase::getParentName(). |
1.4.3