Open CASCADE Technology 6.5.2
Public Member Functions
BOPTools_PaveBlockIterator Class Reference

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_PaveBlockValue ()
 Returns the current Pave


Constructor & Destructor Documentation

BOPTools_PaveBlockIterator::BOPTools_PaveBlockIterator ( )
BOPTools_PaveBlockIterator::BOPTools_PaveBlockIterator ( const Standard_Integer  aEdge,
const BOPTools_PaveSet aPaveSet 
)

Member Function Documentation

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 ( )

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines