Open CASCADE Technology 6.5.2
Public Member Functions
BOP_BlockIterator Class Reference

#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;


Constructor & Destructor Documentation

BOP_BlockIterator::BOP_BlockIterator ( )
BOP_BlockIterator::BOP_BlockIterator ( const Standard_Integer  Lower,
const Standard_Integer  Upper 
)

Member Function Documentation

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

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