#include <Evaluation.h>
Public Member Functions | |
MeshSameOrientationCollector (std::vector< unsigned long > &aulIndices) | |
bool | Visit (const MeshFacet &, const MeshFacet &, unsigned long, unsigned long) |
Returns always true and collects the indices with wrong orientation. |
Definition at line 127 of file Evaluation.h.
MeshSameOrientationCollector::MeshSameOrientationCollector | ( | std::vector< unsigned long > & | aulIndices | ) |
Definition at line 103 of file Evaluation.cpp.
bool MeshSameOrientationCollector::Visit | ( | const MeshFacet & | rclFacet, | |
const MeshFacet & | rclFrom, | |||
unsigned long | ulFInd, | |||
unsigned long | ulLevel | |||
) | [virtual] |
Returns always true and collects the indices with wrong orientation.
Reimplemented from MeshCore::MeshOrientationVisitor.
Definition at line 108 of file Evaluation.cpp.
References MeshCore::MeshFacet::HasSameOrientation().