Defines a visitor of the scene nodes. More...
#include <cadex/ModelPrs_SceneNodeVisitor.hxx>
Inherited by cadex::internal::ModelPrs_SceneNodeBoundingBoxCalculator.
Public Member Functions | |
virtual bool | VisitEnter (const ModelPrs_SceneNode &theNode)=0 |
virtual void | VisitLeave (const ModelPrs_SceneNode &theNode)=0 |
Defines a visitor of the scene nodes.
Method VisitEnter() returns true if the child scene nodes should be visited. If the method returns false then they will not be visited. The method VisitLeave() will always be called.