Inheritance diagram for X3DTK::X3DOnePassProcessor:
A one pass processor is made up of a single walker and visitor. Only one traversal of the scene graph is made. For more details about how to define a processor, see the processor page.
|
Constructor.
|
|
Destructor. Deletes the graph traversal.
|
|
Gets the GraphTraversal.
|
|
Sets a component visitor. If there is already a visitor recorded for this component, then it is deleted and replaced by the new one. |
|
Sets the GraphTraversal. Notice that it will be deleted in the destructor. For a Depth First Search traversal, use X3DTK::DFSGraphTraversal. |
|
Sets the Walker.
|
|
Traverses the scene graph.
|