#include <BRepClass_FClassifier.hxx>
◆ BRepClass_FClassifier() [1/2]
| BRepClass_FClassifier::BRepClass_FClassifier |
( |
| ) |
|
Empty constructor, undefined algorithm.
◆ BRepClass_FClassifier() [2/2]
Creates an algorithm to classify the Point P with Tolerance <T> on the face described by <F>.
◆ Edge()
Returns the Edge used to determine the classification. When the State is ON this is the Edge containing the point.
◆ EdgeParameter()
| double BRepClass_FClassifier::EdgeParameter |
( |
| ) |
const |
Returns the parameter on Edge() used to determine the classification.
◆ NoWires()
| bool BRepClass_FClassifier::NoWires |
( |
| ) |
const |
|
inline |
Returns True if the face contains no wire. The state is IN.
◆ Perform()
Classify the Point P with Tolerance <T> on the face described by <F>.
◆ Position()
Returns the position of the point on the edge returned by Edge.
◆ Rejected()
| bool BRepClass_FClassifier::Rejected |
( |
| ) |
const |
|
inline |
Returns True when the state was computed by a rejection. The state is OUT.
◆ State()
Returns the result of the classification.
◆ myClassifier
◆ myEdge
◆ myEdgeParameter
| double BRepClass_FClassifier::myEdgeParameter |
|
protected |
◆ myPosition
◆ nowires
| bool BRepClass_FClassifier::nowires |
|
protected |
◆ rejected
| bool BRepClass_FClassifier::rejected |
|
protected |
The documentation for this class was generated from the following file: