AnimaL |
Tutorial |
Documentation |
#include <x3dGLMapBuilder.h>
Inheritance diagram for X3DTK::GL::X3DGLMapBuilder:
Definition at line 17 of file x3dGLMapBuilder.h.
Public Member Functions | |
X3DGLMapBuilder () | |
Constructor. | |
virtual | ~X3DGLMapBuilder () |
Destructor. | |
X3DGLMap * | build (SFNode N) |
Build the map which links x3d nodes to gl nodes. | |
Public Attributes | |
X3DGLMapStateVariables * | _stateVariables |
Data gathered by the visitor. | |
Protected Attributes | |
DFSGraphTraversal * | dfs |
|
Constructor.
Definition at line 8 of file x3dGLMapBuilder.cpp. References _stateVariables, and dfs. |
|
Destructor.
Definition at line 18 of file x3dGLMapBuilder.cpp. References dfs. |
|
Build the map which links x3d nodes to gl nodes.
Definition at line 29 of file x3dGLMapBuilder.cpp. References _stateVariables, dfs, X3DTK::GL::X3DGLMapStateVariables::getX3dGLMap(), and X3DTK::X3DGLMap. Referenced by X3DTK::MainScene::buildGL(). |
|
Data gathered by the visitor.
Definition at line 30 of file x3dGLMapBuilder.h. Referenced by build(), and X3DGLMapBuilder(). |
|
Definition at line 33 of file x3dGLMapBuilder.h. Referenced by build(), X3DGLMapBuilder(), and ~X3DGLMapBuilder(). |