Open CASCADE Technology
6.5.4
|
#include <BOP_BlockIterator.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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 | ( | const Standard_Integer | Lower, |
const Standard_Integer | Upper | ||
) |
Standard_Integer BOP_BlockIterator::Extent | ( | ) | const |
Standard_Boolean BOP_BlockIterator::More | ( | ) | const |
Standard_Integer BOP_BlockIterator::Value | ( | ) | const |