Delivers the number of points to be checked and returns the appropriate point to an index. More...
#include <InspectionFeature.h>
Public Member Functions | |
virtual unsigned long | countPoints () const =0 |
Number of points to be checked. | |
virtual Base::Vector3f | getPoint (unsigned long)=0 |
InspectActualGeometry () | |
virtual | ~InspectActualGeometry () |
Delivers the number of points to be checked and returns the appropriate point to an index.
Definition at line 50 of file InspectionFeature.h.
Inspection::InspectActualGeometry::InspectActualGeometry | ( | ) | [inline] |
Definition at line 53 of file InspectionFeature.h.
virtual Inspection::InspectActualGeometry::~InspectActualGeometry | ( | ) | [inline, virtual] |
Definition at line 54 of file InspectionFeature.h.
virtual unsigned long Inspection::InspectActualGeometry::countPoints | ( | ) | const [pure virtual] |
Number of points to be checked.
Implemented in Inspection::InspectActualMesh, Inspection::InspectActualPoints, and Inspection::InspectActualShape.
Referenced by Inspection::Feature::execute().
virtual Base::Vector3f Inspection::InspectActualGeometry::getPoint | ( | unsigned | long | ) | [pure virtual] |
Implemented in Inspection::InspectActualMesh, Inspection::InspectActualPoints, and Inspection::InspectActualShape.
Referenced by Inspection::Feature::execute().