Open CASCADE Technology 6.6.0
Public Member Functions
BRepClass_FaceClassifier Class Reference

Provides Constructors.

#include <BRepClass_FaceClassifier.hxx>

Inheritance diagram for BRepClass_FaceClassifier:
Inheritance graph
[legend]

Public Member Functions

 BRepClass_FaceClassifier ()
 Empty constructor, undefined algorithm.

 BRepClass_FaceClassifier (BRepClass_FaceExplorer &F, const gp_Pnt2d &P, const Standard_Real Tol)
 Creates an algorithm to classify the Point P with
Tolerance <T> on the face described by <F>.

 BRepClass_FaceClassifier (const TopoDS_Face &F, const gp_Pnt2d &P, const Standard_Real Tol)
 Creates an algorithm to classify the Point P with
Tolerance <T> on the face <F>.

void Perform (const TopoDS_Face &F, const gp_Pnt2d &P, const Standard_Real Tol)
 Classify the Point P with Tolerance <T> on the
face described by <F>.

 BRepClass_FaceClassifier (BRepClass_FaceExplorer &F, const gp_Pnt &P, const Standard_Real Tol)
 Creates an algorithm to classify the Point P with
Tolerance <T> on the face described by <F>.

 BRepClass_FaceClassifier (const TopoDS_Face &F, const gp_Pnt &P, const Standard_Real Tol)
 Creates an algorithm to classify the Point P with
Tolerance <T> on the face <F>.

void Perform (const TopoDS_Face &F, const gp_Pnt &P, const Standard_Real Tol)
 Classify the Point P with Tolerance <T> on the
face described by <F>.


Constructor & Destructor Documentation

BRepClass_FaceClassifier::BRepClass_FaceClassifier ( )
BRepClass_FaceClassifier::BRepClass_FaceClassifier ( BRepClass_FaceExplorer F,
const gp_Pnt2d P,
const Standard_Real  Tol 
)
BRepClass_FaceClassifier::BRepClass_FaceClassifier ( const TopoDS_Face F,
const gp_Pnt2d P,
const Standard_Real  Tol 
)
BRepClass_FaceClassifier::BRepClass_FaceClassifier ( BRepClass_FaceExplorer F,
const gp_Pnt P,
const Standard_Real  Tol 
)
BRepClass_FaceClassifier::BRepClass_FaceClassifier ( const TopoDS_Face F,
const gp_Pnt P,
const Standard_Real  Tol 
)

Member Function Documentation

void BRepClass_FaceClassifier::Perform ( const TopoDS_Face F,
const gp_Pnt2d P,
const Standard_Real  Tol 
)
void BRepClass_FaceClassifier::Perform ( const TopoDS_Face F,
const gp_Pnt P,
const Standard_Real  Tol 
)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines