#include <InspectionFeature.h>
Public Member Functions | |
virtual unsigned long | countPoints () const |
Number of points to be checked. | |
virtual Base::Vector3f | getPoint (unsigned long) |
InspectActualMesh (const Mesh::MeshObject &rMesh) | |
~InspectActualMesh () |
Definition at line 60 of file InspectionFeature.h.
InspectActualMesh::InspectActualMesh | ( | const Mesh::MeshObject & | rMesh | ) |
Definition at line 60 of file InspectionFeature.cpp.
References Mesh::MeshObject::countPoints(), Mesh::MeshObject::getTransform(), and MeshCore::MeshPointIterator::Transform().
InspectActualMesh::~InspectActualMesh | ( | ) |
Definition at line 66 of file InspectionFeature.cpp.
unsigned long InspectActualMesh::countPoints | ( | ) | const [virtual] |
Number of points to be checked.
Implements Inspection::InspectActualGeometry.
Definition at line 70 of file InspectionFeature.cpp.
Base::Vector3f InspectActualMesh::getPoint | ( | unsigned long | index | ) | [virtual] |
Implements Inspection::InspectActualGeometry.
Definition at line 75 of file InspectionFeature.cpp.
References MeshCore::MeshPointIterator::Set().