#include <InspectionFeature.h>
Public Member Functions | |
virtual unsigned long | countPoints () const |
Number of points to be checked. | |
virtual Base::Vector3f | getPoint (unsigned long) |
InspectActualPoints (const Points::PointKernel &) |
Definition at line 73 of file InspectionFeature.h.
InspectActualPoints::InspectActualPoints | ( | const Points::PointKernel & | rPoints | ) |
Definition at line 83 of file InspectionFeature.cpp.
unsigned long InspectActualPoints::countPoints | ( | ) | const [virtual] |
Number of points to be checked.
Implements Inspection::InspectActualGeometry.
Definition at line 87 of file InspectionFeature.cpp.
References Points::PointKernel::size().
Base::Vector3f InspectActualPoints::getPoint | ( | unsigned long | index | ) | [virtual] |
Implements Inspection::InspectActualGeometry.
Definition at line 92 of file InspectionFeature.cpp.
References Points::PointKernel::getPoint(), draftTools::p, Base::Vector3< _Precision >::x, Base::Vector3< _Precision >::y, and Base::Vector3< _Precision >::z.