|
Open CASCADE Technology
7.8.0.dev
|
#include <BRepClass3d_SolidPassiveClassifier.hxx>
Public Member Functions | |
| BRepClass3d_SolidPassiveClassifier () | |
| Creates an undefined classifier. More... | |
| void | Reset (const gp_Lin &L, const Standard_Real P, const Standard_Real Tol) |
| Starts a classification process. The point to classify is the origin of the line <L>. More... | |
| void | Compare (const TopoDS_Face &F, const TopAbs_Orientation Or) |
| Updates the classification process with the face <F> from the boundary. More... | |
| Standard_Real | Parameter () const |
| Returns the current value of the parameter. More... | |
| Standard_Boolean | HasIntersection () const |
| Returns True if an intersection is computed. More... | |
| BRepClass3d_Intersector3d & | Intersector () |
| Returns the intersecting algorithm. More... | |
| TopAbs_State | State () const |
| Returns the current state of the point. More... | |
| BRepClass3d_SolidPassiveClassifier::BRepClass3d_SolidPassiveClassifier | ( | ) |
Creates an undefined classifier.
| void BRepClass3d_SolidPassiveClassifier::Compare | ( | const TopoDS_Face & | F, |
| const TopAbs_Orientation | Or | ||
| ) |
Updates the classification process with the face <F> from the boundary.
| Standard_Boolean BRepClass3d_SolidPassiveClassifier::HasIntersection | ( | ) | const |
Returns True if an intersection is computed.
| BRepClass3d_Intersector3d& BRepClass3d_SolidPassiveClassifier::Intersector | ( | ) |
Returns the intersecting algorithm.
| Standard_Real BRepClass3d_SolidPassiveClassifier::Parameter | ( | ) | const |
Returns the current value of the parameter.
| void BRepClass3d_SolidPassiveClassifier::Reset | ( | const gp_Lin & | L, |
| const Standard_Real | P, | ||
| const Standard_Real | Tol | ||
| ) |
Starts a classification process. The point to classify is the origin of the line <L>.
is the original length of the segment on <L> used to compute intersections. <Tol> is the tolerance attached to the intersections.
| TopAbs_State BRepClass3d_SolidPassiveClassifier::State | ( | ) | const |
Returns the current state of the point.
1.8.13