|
Open CASCADE Technology 6.5.2
|
#include <BOP_BlockIterator.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_BlockIterator () | |
| Empty Constructor | |
| BOP_BlockIterator (const Standard_Integer Lower, const Standard_Integer Upper) | |
| Creates an object with initial range of [Lower,Upper] | |
| void | Initialize () |
| Initialize an object with initial range of [Lower,Upper] | |
| Standard_Boolean | More () const |
| Support of Iteration | |
| void | Next () |
| Support of Iteration | |
| Standard_Integer | Value () const |
| Support of Iteration | |
| Standard_Integer | Extent () const |
| Returns the extension=myUpper - myLower + 1; | |
| BOP_BlockIterator::BOP_BlockIterator | ( | ) |
| BOP_BlockIterator::BOP_BlockIterator | ( | const Standard_Integer | Lower, |
| const Standard_Integer | Upper | ||
| ) |
| Standard_Integer BOP_BlockIterator::Extent | ( | ) | const |
| void BOP_BlockIterator::Initialize | ( | ) |
| Standard_Boolean BOP_BlockIterator::More | ( | ) | const |
| void BOP_BlockIterator::Next | ( | ) |
| void BOP_BlockIterator::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_BlockIterator::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_BlockIterator::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Integer BOP_BlockIterator::Value | ( | ) | const |
1.7.4