Inspection::InspectActualGeometry Class Referenceabstract
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. More... | |
virtual Base::Vector3f | getPoint (unsigned long) const =0 |
InspectActualGeometry () | |
virtual | ~InspectActualGeometry () |
Detailed Description
Delivers the number of points to be checked and returns the appropriate point to an index.
Constructor & Destructor Documentation
◆ InspectActualGeometry()
Inspection::InspectActualGeometry::InspectActualGeometry | ( | ) |
◆ ~InspectActualGeometry()
|
virtual |
Member Function Documentation
◆ countPoints()
|
pure virtual |
Number of points to be checked.
Implemented in Inspection::InspectActualShape, Inspection::InspectActualPoints, and Inspection::InspectActualMesh.
Referenced by Inspection::Feature::execute().
◆ getPoint()
|
pure virtual |
Implemented in Inspection::InspectActualShape, Inspection::InspectActualPoints, and Inspection::InspectActualMesh.
Referenced by Inspection::Feature::execute(), and Inspection::DistanceInspection::mapped().
The documentation for this class was generated from the following file:
- src/Mod/Inspection/App/InspectionFeature.h