#include <X3DShapeNode.h>
Inherits X3D::X3DChildNode, and X3D::X3DBoundedObject.
Inherited by Shape.
Public Member Functions | |
const X3DAppearanceNode * | appearance (void) const |
const X3DGeometryNode * | geometry (void) const |
X3DShapeNode (const AP_Xml &xml, SFNode scene) | |
virtual | ~X3DShapeNode (void) |
Protected Attributes | |
X3DAppearanceNode * | _m_appearance |
X3DGeometryNode * | _m_geometry |
X3DShapeNode | ( | const AP_Xml & | xml, | |
SFNode | scene | |||
) |
~X3DShapeNode | ( | void | ) | [virtual] |
const X3DAppearanceNode* appearance | ( | void | ) | const [inline] |
const X3DGeometryNode* geometry | ( | void | ) | const [inline] |
X3DAppearanceNode* _m_appearance [protected] |
X3DGeometryNode* _m_geometry [protected] |