Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
BRepClass_FaceClassifier Class Reference

Provides Constructors.

#include <BRepClass_FaceClassifier.hxx>

Inheritance diagram for BRepClass_FaceClassifier:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC 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


Member Function Documentation


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