AnimaL |
Tutorial |
Documentation |
#include <x3dGLMapStateVariables.h>
Inheritance diagram for X3DTK::GL::X3DGLMapStateVariables:
Definition at line 23 of file x3dGLMapStateVariables.h.
Public Member Functions | |
X3DGLMapStateVariables () | |
Constructor. | |
virtual | ~X3DGLMapStateVariables () |
Destructor. | |
X3DGLMap * | getX3dGLMap () |
Get the map which links x3d nodes to gl nodes. | |
Private Attributes | |
X3DGLMap | x3dGLMap |
The map which links X3DTK::X3D::X3DNode to their corresponding X3DTK::GL::X3DNode. |
|
Constructor.
Definition at line 27 of file x3dGLMapStateVariables.h. |
|
Destructor.
Definition at line 30 of file x3dGLMapStateVariables.h. |
|
Get the map which links x3d nodes to gl nodes.
Definition at line 34 of file x3dGLMapStateVariables.h. References X3DTK::X3DGLMap. Referenced by X3DTK::GL::X3DGLMapBuilder::build(), and X3DTK::GL::X3DGLMapVisitor::enterX3DNode(). |
|
The map which links X3DTK::X3D::X3DNode to their corresponding X3DTK::GL::X3DNode.
Definition at line 42 of file x3dGLMapStateVariables.h. |