Open CASCADE Technology 6.6.0
|
#include <Geom2dHatch_ClassifierOfHatcher.hxx>
Public Member Functions | |
Geom2dHatch_ClassifierOfHatcher () | |
Geom2dHatch_ClassifierOfHatcher (Geom2dHatch_ElementsOfHatcher &F, const gp_Pnt2d &P, const Standard_Real Tol) | |
void | Perform (Geom2dHatch_ElementsOfHatcher &F, const gp_Pnt2d &P, const Standard_Real Tol) |
TopAbs_State | State () const |
Standard_Boolean | Rejected () const |
Standard_Boolean | NoWires () const |
const Geom2dAdaptor_Curve & | Edge () const |
Standard_Real | EdgeParameter () const |
IntRes2d_Position | Position () const |
Protected Attributes | |
Geom2dHatch_FClass2dOfClassifierOfHatcher | myClassifier |
Geom2dAdaptor_Curve | myEdge |
Standard_Real | myEdgeParameter |
IntRes2d_Position | myPosition |
Standard_Boolean | rejected |
Standard_Boolean | nowires |
Geom2dHatch_ClassifierOfHatcher::Geom2dHatch_ClassifierOfHatcher | ( | ) |
Geom2dHatch_ClassifierOfHatcher::Geom2dHatch_ClassifierOfHatcher | ( | Geom2dHatch_ElementsOfHatcher & | F, |
const gp_Pnt2d & | P, | ||
const Standard_Real | Tol | ||
) |
const Geom2dAdaptor_Curve& Geom2dHatch_ClassifierOfHatcher::Edge | ( | ) | const |
Standard_Real Geom2dHatch_ClassifierOfHatcher::EdgeParameter | ( | ) | const |
Standard_Boolean Geom2dHatch_ClassifierOfHatcher::NoWires | ( | ) | const |
void Geom2dHatch_ClassifierOfHatcher::Perform | ( | Geom2dHatch_ElementsOfHatcher & | F, |
const gp_Pnt2d & | P, | ||
const Standard_Real | Tol | ||
) |
IntRes2d_Position Geom2dHatch_ClassifierOfHatcher::Position | ( | ) | const |
Standard_Boolean Geom2dHatch_ClassifierOfHatcher::Rejected | ( | ) | const |
TopAbs_State Geom2dHatch_ClassifierOfHatcher::State | ( | ) | const |