#include <ProtoInstance.h>
Inherits X3D::X3DProto, and X3D::X3DNode.
Public Member Functions | |
AP_Bool | Init (void) |
Interface The render and init API function is not present in the X3D ISO/IEC 19775-1:2008 standard. We will use it to OpenGL direct rendering. It is a pure virtual function and must be overloaded from some X3D classes. | |
ProtoInstance (const AP_Xml &xml, SFNode scene) | |
void | Render (void) |
Inline. | |
virtual | ~ProtoInstance (void) |
Protected Attributes | |
I< fieldValue * > | _m_fieldValues |
Scene * | _m_null_scene |
ProtoDeclare * | _m_proto |
ProtoInstance | ( | const AP_Xml & | xml, | |
SFNode | scene | |||
) |
~ProtoInstance | ( | void | ) | [virtual] |
AP_Bool Init | ( | void | ) | [inline, virtual] |
void Render | ( | void | ) | [inline, virtual] |
I<fieldValue*> _m_fieldValues [protected] |
Scene* _m_null_scene [protected] |
ProtoDeclare* _m_proto [protected] |