Chombo + EB
3.0
|
Iterator for all vofs within an IntVectSet and an Ebgraph. More...
#include <VoFIterator.H>
Public Member Functions | |
VoFIterator (const IntVectSet &a_ivs, const EBGraph &a_ebgraph) | |
VoFIterator () | |
~VoFIterator () | |
void | define (const IntVectSet &a_ivs, const EBGraph &a_ebgraph) |
void | reset () |
void | operator++ () |
const VolIndex & | operator() () const |
bool | ok () const |
bool | isDefined () const |
const Vector< VolIndex > | getVector () const |
int | size () const |
Private Attributes | |
bool | m_isDefined |
Vector< VolIndex > | m_vols |
int | m_ivol |
Iterator for all vofs within an IntVectSet and an Ebgraph.
Iterator for all vofs within an IntVectSet and an Ebgraph
VoFIterator::VoFIterator | ( | const IntVectSet & | a_ivs, |
const EBGraph & | a_ebgraph | ||
) |
VoFIterator::VoFIterator | ( | ) |
VoFIterator::~VoFIterator | ( | ) |
void VoFIterator::define | ( | const IntVectSet & | a_ivs, |
const EBGraph & | a_ebgraph | ||
) |
void VoFIterator::reset | ( | ) |
void VoFIterator::operator++ | ( | ) |
const VolIndex& VoFIterator::operator() | ( | ) | const |
bool VoFIterator::ok | ( | ) | const |
Referenced by BaseIVFAB< Real >::copy(), EBPatchAdvect::floorPrimitives(), and BaseIVFAB< Real >::setVal().
bool VoFIterator::isDefined | ( | ) | const |
Referenced by MiniIVFAB< Real >::define(), BaseIVFAB< Real >::linearOut(), and BaseIVFAB< Real >::size().
|
inline |
References m_vols, and Vector< T >::size().
|
private |
|
private |