Geometry visitor with empty implementation. More...
Public Member Functions | |
void | Visit (const ModelData_Body &theShape, const ModelData_BRepRepresentation &theRep) override |
void | Visit (const ModelData_BRepRepresentation &theRep) override |
void | Visit (const ModelData_PolyVertexSet &thePVS) override |
void | Visit (const ModelData_PolyRepresentation &theRep) override |
void | Visit (const ModelPrs_Measurement &theMeasurement) override |
void | Visit (const ModelData_PMIGraphicalElement &thePMIGraphicalElement) override |
void | Visit (const ModelData_DrawingElement &theDrawingElement) override |
Geometry visitor with empty implementation.
ModelPrs_GeometryVoidVisitor can be used as a base class for subclasses that only need to redefine a few methods.