Element visitor with empty implementation. More...
Public Member Functions | |
virtual void | operator() (const ModelData_Part &thePart) |
virtual bool | VisitEnter (const ModelData_Assembly &theAssembly) |
virtual void | VisitLeave (const ModelData_Assembly &theAssembly) |
virtual bool | VisitEnter (const ModelData_Instance &theInstance) |
virtual void | VisitLeave (const ModelData_Instance &theInstance) |
Element visitor with empty implementation.
VoidElementVisitor can be used as a base class for subclasses that only needs to redefine a few methods.