|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOP_BlockIterator () |
| Empty Constructor
.
|
Standard_EXPORT | BOP_BlockIterator (const Standard_Integer Lower, const Standard_Integer Upper) |
| Creates an object with initial range
of [Lower,Upper]
.
|
Standard_EXPORT void | Initialize () |
| Initialize an object with initial range
of [Lower,Upper]
.
|
Standard_EXPORT Standard_Boolean | More () const |
| Support of Iteration
.
|
Standard_EXPORT void | Next () |
| Support of Iteration
.
|
Standard_EXPORT Standard_Integer | Value () const |
| Support of Iteration
.
|
Standard_EXPORT Standard_Integer | Extent () const |
| Returns the extension=myUpper - myLower + 1;
.
|
Private Attributes |
Standard_Integer | myLower |
Standard_Integer | myUpper |
Standard_Integer | myValue |