|
Open CASCADE Technology 6.5.2
|
#include <HLRBRep_VertexList.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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. | |
| HLRBRep_VertexList::HLRBRep_VertexList | ( | const HLRBRep_EdgeInterferenceTool & | T, |
| const HLRAlgo_ListIteratorOfInterferenceList & | I | ||
| ) |
| TopAbs_Orientation HLRBRep_VertexList::BoundaryTransition | ( | ) | const |
| const HLRAlgo_Intersection& HLRBRep_VertexList::Current | ( | ) | const |
| Standard_Boolean HLRBRep_VertexList::IsBoundary | ( | ) | const |
| Standard_Boolean HLRBRep_VertexList::IsInterference | ( | ) | const |
| Standard_Boolean HLRBRep_VertexList::IsPeriodic | ( | ) | const |
| Standard_Boolean HLRBRep_VertexList::More | ( | ) | const |
| void HLRBRep_VertexList::Next | ( | ) |
| void HLRBRep_VertexList::operator delete | ( | void * | anAddress | ) | [inline] |
| void* HLRBRep_VertexList::operator new | ( | size_t | size | ) | [inline] |
| void* HLRBRep_VertexList::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| TopAbs_Orientation HLRBRep_VertexList::Orientation | ( | ) | const |
| TopAbs_Orientation HLRBRep_VertexList::Transition | ( | ) | const |
1.7.4