|
|
Inheritance diagram for PrimitiveShapeVisitor:Public Member Functions | |
| virtual void | Visit (const ConePrimitiveShape &cone)=0 |
| virtual void | Visit (const CylinderPrimitiveShape &cylinder)=0 |
| virtual void | Visit (const PlanePrimitiveShape &plane)=0 |
| virtual void | Visit (const SpherePrimitiveShape &sphere)=0 |
| virtual void | Visit (const TorusPrimitiveShape &torus)=0 |
| virtual | ~PrimitiveShapeVisitor () |
Definition at line 14 of file PrimitiveShapeVisitor.h.
|
inlinevirtual |
Definition at line 17 of file PrimitiveShapeVisitor.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in PrimitiveShapeVisitorShell< ScorePrimitiveShapeVisitorImpl< PointCompT, OctreeT > >.
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |