|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | BRepGProp_Domain () |
| | Empty constructor.
.
|
| | BRepGProp_Domain (const TopoDS_Face &F) |
| | Constructor. Initializes the domain with the face.
.
|
| void | Init (const TopoDS_Face &F) |
| | Initializes the domain with the face.
.
|
| Standard_Boolean | More () |
| | Returns True if there is another arc of curve in the list.
.
|
| void | Init () |
| | Initializes the exploration with the face already set.
.
|
| const TopoDS_Edge & | Value () |
| | Returns the current edge.
.
|
| Standard_EXPORT void | Next () |
| | Sets the index of the arc iterator to the next arc of
curve.
.
|
Private Attributes |
| TopExp_Explorer | myExplorer |