#include <source/patchdata/cell/CellIndex.h>
Inheritance diagram for SAMRAI::pdat::CellIndex< DIM >:

Public Member Functions | |
| CellIndex () | |
| CellIndex (const hier::Index< DIM > &rhs) | |
| CellIndex (const CellIndex< DIM > &rhs) | |
| CellIndex< DIM > & | operator= (const CellIndex< DIM > &rhs) |
| ~CellIndex () | |
| CellIndex< DIM > & | operator+= (const hier::IntVector< DIM > &rhs) |
| CellIndex< DIM > | operator+ (const hier::IntVector< DIM > &rhs) const |
| CellIndex< DIM > & | operator+= (const int rhs) |
| CellIndex< DIM > | operator+ (const int rhs) const |
| CellIndex< DIM > & | operator-= (const hier::IntVector< DIM > &rhs) |
| CellIndex< DIM > | operator- (const hier::IntVector< DIM > &rhs) const |
| CellIndex< DIM > & | operator-= (const int rhs) |
| CellIndex< DIM > | operator- (const int rhs) const |
| CellIndex< DIM > & | operator *= (const hier::IntVector< DIM > &rhs) |
| CellIndex< DIM > | operator * (const hier::IntVector< DIM > &rhs) const |
| CellIndex< DIM > & | operator *= (const int rhs) |
| CellIndex< DIM > | operator * (const int rhs) const |
| bool | operator== (const CellIndex< DIM > &rhs) const |
| bool | operator!= (const CellIndex< DIM > &rhs) const |
|
|||||||||
|
The default constructor for a cell index creates an uninitialized index. |
|
||||||||||
|
Construct a cell index from a regular AMR index. |
|
||||||||||
|
The copy constructor creates a cell index equal to the argument. |
|
|||||||||
|
The cell index destructor does nothing interesting. |
|
||||||||||
|
The assignment operator sets the cell index equal to the argument. |
|
||||||||||
|
Plus-equals operator for a cell index and an integer vector. |
|
||||||||||
|
Plus operator for a cell index and an integer vector. |
|
||||||||||
|
Plus-equals operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Plus operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Minus-equals operator for a cell index and an integer vector. |
|
||||||||||
|
Minus operator for a cell index and an integer vector. |
|
||||||||||
|
Minus-equals operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Minus operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Times-equals operator for a cell index and an integer vector. |
|
||||||||||
|
Times operator for a cell index and an integer vector. |
|
||||||||||
|
Times-equals operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Times operator for a cell index and an integer. Reimplemented from SAMRAI::hier::Index< DIM >. |
|
||||||||||
|
Returns true if two cell index objects are equal. All components must be the same for equality. |
|
||||||||||
|
Returns true if two cell index objects are not equal. Any of the components may be different for inequality. |
1.4.2