|
Open CASCADE Technology 6.5.2
|
class providing iterations for PaveSet to
have the right order of paves along the edge
#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) |
| BOPTools_PaveBlockIterator () | |
| Empty constructor | |
| 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 | |
| void | Initialize (const Standard_Integer aEdge, const BOPTools_PaveSet &aPaveSet) |
| Resets the iterator on the PaveSet <aPaveSet> | |
| Standard_Boolean | More () const |
| Returns True if there is a current Pave in the iteration. | |
| void | Next () |
| Moves to the next Pave in the PaveSet | |
| BOPTools_PaveBlock & | Value () |
| Returns the current Pave | |
| BOPTools_PaveBlockIterator::BOPTools_PaveBlockIterator | ( | ) |
| BOPTools_PaveBlockIterator::BOPTools_PaveBlockIterator | ( | const Standard_Integer | aEdge, |
| const BOPTools_PaveSet & | aPaveSet | ||
| ) |
| void BOPTools_PaveBlockIterator::Initialize | ( | const Standard_Integer | aEdge, |
| const BOPTools_PaveSet & | aPaveSet | ||
| ) |
| Standard_Boolean BOPTools_PaveBlockIterator::More | ( | ) | const |
| void BOPTools_PaveBlockIterator::Next | ( | ) |
| void BOPTools_PaveBlockIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_PaveBlockIterator::operator new | ( | size_t | size | ) | [inline] |
| void* BOPTools_PaveBlockIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| BOPTools_PaveBlock& BOPTools_PaveBlockIterator::Value | ( | ) |
1.7.4