#include <BOPTools_PaveBlockIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BOPTools_PaveBlockIterator () |
| Empty constructor . | |
| Standard_EXPORT | BOPTools_PaveBlockIterator (const Standard_Integer aEdge, const BOPTools_PaveSet &aPaveSet) |
| Constructor aEdge - DS-index of the edge aPaveSet - a set of paves for the edge . | |
| Standard_EXPORT void | Initialize (const Standard_Integer aEdge, const BOPTools_PaveSet &aPaveSet) |
| Resets the iterator on the PaveSet <apaveset> . | |
| Standard_EXPORT Standard_Boolean | More () const |
| Returns True if there is a current Pave in the iteration. . | |
| Standard_EXPORT void | Next () |
| Moves to the next Pave in the PaveSet . | |
| Standard_EXPORT BOPTools_PaveBlock & | Value () |
| Returns the current Pave . | |
Private Attributes | |
| Standard_Integer | myEdge |
| Standard_Integer | myIndex |
| BOPTools_PaveSet | myPaveSet |
| BOPTools_CArray1OfPave | myPaves |
| BOPTools_PaveBlock | myPaveBlock |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1