Open CASCADE Technology  6.8.0
Public Member Functions
BRepMesh_FaceChecker Class Reference

Auxilary class implementing functionality for checking consistency of triangulation on the given face. More...

#include <BRepMesh_FaceChecker.hxx>

Public Member Functions

 BRepMesh_FaceChecker (const Standard_Boolean isInParallel)
 Constructor. More...
 
void operator() (const TopoDS_Face &theFace) const
 Checker's body. More...
 
Standard_Boolean IsValid () const
 Returns status of the check. More...
 

Detailed Description

Auxilary class implementing functionality for checking consistency of triangulation on the given face.

Constructor & Destructor Documentation

BRepMesh_FaceChecker::BRepMesh_FaceChecker ( const Standard_Boolean  isInParallel)
inline

Constructor.

Parameters
isInParallelFlag indicates that face edges should be checked in parallel.

Member Function Documentation

Standard_Boolean BRepMesh_FaceChecker::IsValid ( ) const
inline

Returns status of the check.

void BRepMesh_FaceChecker::operator() ( const TopoDS_Face theFace) const
inline

Checker's body.

Parameters
theFaceFace to be checked.

The documentation for this class was generated from the following file: