OCC Main Page | ModelingAlgorithms | Toolkits | Packages | Class Hierarchy | Data Structures | File List | Data Fields | Globals

ModelingAlgorithms
TKBO
BOP


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


Constructor & Destructor Documentation

Standard_EXPORT BOP_BlockIterator::BOP_BlockIterator  ) 
 

Standard_EXPORT BOP_BlockIterator::BOP_BlockIterator const Standard_Integer  Lower,
const Standard_Integer  Upper
 


Member Function Documentation

Standard_EXPORT Standard_Integer BOP_BlockIterator::Extent  )  const
 

Standard_EXPORT void BOP_BlockIterator::Initialize  ) 
 

Standard_EXPORT Standard_Boolean BOP_BlockIterator::More  )  const
 

Standard_EXPORT 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_EXPORT Standard_Integer BOP_BlockIterator::Value  )  const
 


Field Documentation

Standard_Integer BOP_BlockIterator::myLower [private]
 

Standard_Integer BOP_BlockIterator::myUpper [private]
 

Standard_Integer BOP_BlockIterator::myValue [private]
 


The documentation for this class was generated from the following file:
Generated on Mon Aug 25 13:40:37 2008 for OpenCASCADE by  doxygen 1.4.1