Open CASCADE Technology
6.5.4
|
#include <HLRBRep_VertexList.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | HLRBRep_VertexList (const HLRBRep_EdgeInterferenceTool &T, const HLRAlgo_ListIteratorOfInterferenceList &I) |
Standard_Boolean | IsPeriodic () const |
Returns True when the curve is periodic. | |
Standard_Boolean | More () const |
Returns True when there are more vertices. | |
void | Next () |
Proceeds to the next vertex. | |
const HLRAlgo_Intersection & | Current () const |
Returns the current vertex | |
Standard_Boolean | IsBoundary () const |
Returns True if the current vertex is is on the boundary of the edge. | |
Standard_Boolean | IsInterference () const |
Returns True if the current vertex is an interference. | |
TopAbs_Orientation | Orientation () const |
Returns the orientation of the current vertex if it is on the boundary of the edge. | |
TopAbs_Orientation | Transition () const |
Returns the transition of the current vertex if it is an interference. | |
TopAbs_Orientation | BoundaryTransition () const |
Returns the transition of the current vertex relative to the boundary if it is an interference. |
DEFINE_STANDARD_ALLOC HLRBRep_VertexList::HLRBRep_VertexList | ( | const HLRBRep_EdgeInterferenceTool & | T, |
const HLRAlgo_ListIteratorOfInterferenceList & | I | ||
) |
const HLRAlgo_Intersection& HLRBRep_VertexList::Current | ( | ) | const |
Standard_Boolean HLRBRep_VertexList::More | ( | ) | const |