This class searches for nonuniform orientation of neighboured facets. More...
#include <Evaluation.h>
Public Member Functions | |
bool | HasNonUnifomOrientedFacets () const |
MeshOrientationVisitor () | |
bool | Visit (const MeshFacet &, const MeshFacet &, unsigned long, unsigned long) |
Returns false after the first inconsistence is found, true otherwise. |
This class searches for nonuniform orientation of neighboured facets.
Definition at line 92 of file Evaluation.h.
MeshOrientationVisitor::MeshOrientationVisitor | ( | ) |
Definition at line 49 of file Evaluation.cpp.
bool MeshOrientationVisitor::HasNonUnifomOrientedFacets | ( | ) | const |
Definition at line 64 of file Evaluation.cpp.
bool MeshOrientationVisitor::Visit | ( | const MeshFacet & | rclFacet, | |
const MeshFacet & | rclFrom, | |||
unsigned long | ulFInd, | |||
unsigned long | ulLevel | |||
) | [virtual] |
Returns false after the first inconsistence is found, true otherwise.
Implements MeshCore::MeshFacetVisitor.
Reimplemented in MeshCore::MeshOrientationCollector, and MeshCore::MeshSameOrientationCollector.
Definition at line 53 of file Evaluation.cpp.
References MeshCore::MeshFacet::HasSameOrientation().