#include <X3DGeometryNode.h>
Inherits X3D::X3DNode.
Inherited by Box, Cone, Cylinder, Sphere, Text, and X3DComposedGeometryNode.
X3DGeometryNode | ( | const AP_Xml & | xml, | |
SFNode | scene | |||
) | [inline] |
Inline.
const M<AP_Sint16*>& indexColor | ( | void | ) | const [inline] |
const M<AP_Sint16*>& indexNormal | ( | void | ) | const [inline] |
const M<AP_Sint16*>& indexPoint | ( | void | ) | const [inline] |
const M<AP_Sint16*>& indexVertex | ( | void | ) | const [inline] |
AP_Sint32 ncolor | ( | void | ) | const [inline] |
AP_Sint32 nnormal | ( | void | ) | const [inline] |
AP_Sint32 npoint | ( | void | ) | const [inline] |
AP_Sint32 nvertex | ( | void | ) | const [inline] |
AP_Float32* pcolor | ( | void | ) | const [inline] |
AP_Float32* pnormal | ( | void | ) | const [inline] |
AP_Float32* ppoint | ( | void | ) | const [inline] |
AP_Float32* pvertex | ( | void | ) | const [inline] |
M<AP_Sint16*> _m_indexColor [protected] |
M<AP_Sint32> _m_indexColorSize [protected] |
M<AP_Sint16*> _m_indexNormal [protected] |
M<AP_Sint32> _m_indexNormalSize [protected] |
M<AP_Sint16*> _m_indexPoint [protected] |
M<AP_Sint32> _m_indexPointSize [protected] |
M<AP_Sint16*> _m_indexVertex [protected] |
M<AP_Sint32> _m_indexVertexSize [protected] |
AP_Sint32 _m_nnormal [protected] |
AP_Sint32 _m_nvertex [protected] |
AP_Float32* _m_pcolor [protected] |
AP_Float32* _m_pnormal [protected] |
AP_Float32* _m_ppoint [protected] |
AP_Float32* _m_pvertex [protected] |