#include <DataIndex.H>
Public Member Functions | |
LayoutIndex () | |
~LayoutIndex () | |
bool | operator== (const LayoutIndex &a_rhs) const |
bool | eq (const LayoutIndex &a_rhs) const |
bool | operator!= (const LayoutIndex &a_rhs) const |
bool | isNull () const |
returns 'true' if this DataIndex has been null constructed. | |
int | intCode () const |
Private Member Functions | |
LayoutIndex (int a_index, const int *a_layoutID) | |
Private Attributes | |
int | m_index |
const int * | m_layoutIntPtr |
Friends | |
class | DataIterator |
class | LayoutIterator |
class | TimedDataIterator |
class | NeighborIterator |
class | BoxLayout |
class | DataIndex |
LayoutIndex::LayoutIndex | ( | ) | [inline] |
LayoutIndex::~LayoutIndex | ( | ) | [inline] |
LayoutIndex::LayoutIndex | ( | int | a_index, | |
const int * | a_layoutID | |||
) | [inline, private] |
bool LayoutIndex::operator== | ( | const LayoutIndex & | a_rhs | ) | const [inline] |
References m_index.
bool LayoutIndex::eq | ( | const LayoutIndex & | a_rhs | ) | const [inline] |
bool LayoutIndex::operator!= | ( | const LayoutIndex & | a_rhs | ) | const [inline] |
bool LayoutIndex::isNull | ( | ) | const [inline] |
int LayoutIndex::intCode | ( | ) | const [inline] |
References m_index.
friend class DataIterator [friend] |
Reimplemented in DataIndex.
friend class LayoutIterator [friend] |
Reimplemented in DataIndex.
friend class TimedDataIterator [friend] |
Reimplemented in DataIndex.
friend class NeighborIterator [friend] |
Reimplemented in DataIndex.
friend class DataIndex [friend] |
int LayoutIndex::m_index [private] |
const int* LayoutIndex::m_layoutIntPtr [private] |
Referenced by BoxLayout::check(), and isNull().