#include <DenseIntVectSet.H>
Collaboration diagram for DenseIntVectSetIterator:
Public Methods | |
DenseIntVectSetIterator () | |
DenseIntVectSetIterator (const DenseIntVectSet &ivs) | |
void | define (const DenseIntVectSet &ivs) |
const IntVect & | operator() () const |
bool | ok () const |
void | operator++ () |
void | begin () |
void | end () |
Static Public Attributes | |
DenseIntVectSet | emptyDenseIntVectSet |
Private Methods | |
void | nextIntVect () |
void | nextIntVect (int skip) |
Private Attributes | |
BitSetIterator | m_iterator |
IntVect | m_current |
const DenseIntVectSet * | m_ivsPtr |
int | isize |
int | ijsize |
int | bigi |
int | bigj |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|