#include <WRLLoadTraverser.h>
Inheritance diagram for WRLLoadTraverser:
Public Member Functions | |
WRLLoadTraverser () | |
Constructor. | |
virtual | ~WRLLoadTraverser (void) |
Destructor. | |
Protected Member Functions | |
virtual void | doApply (const nvsg::ViewState *pViewState, const nvsg::Scene *pScene) |
Entry point of the postprocessor of the WRLLoader. | |
virtual void | handleGeoNode (const nvsg::GeoNode *p) |
Postprocessing on GeoNode . | |
virtual void | handleTransform (const nvsg::Transform *p) |
Postprocessing on Transform . |
|
Constructor.
|
|
Destructor.
|
|
Entry point of the postprocessor of the WRLLoader.
It first initiates a standard traversal of the Reimplemented from nvtraverser::Traverser. |
|
Postprocessing on All empty children of p are removed. Reimplemented from nvtraverser::Traverser. |
|
Postprocessing on
First the standard traversal of p is initiated, then all empty children of type Reimplemented from nvtraverser::Traverser. |