|
| | GridTransform () |
| |
| | GridTransform (BaseGridType &baseGrid_) |
| |
|
| GridBase (const Array< int, rank, ArrayCheckingPolicy > &size) |
| |
|
| GridBase (const Array< int, rank, ArrayCheckingPolicy > &low, const Array< int, rank, ArrayCheckingPolicy > &high) |
| |
| Transformation::value_type & | operator[] (const Array< int, rank, ArrayCheckingPolicy > &pos) |
| |
| Transformation::value_type | operator[] (const Array< int, rank, ArrayCheckingPolicy > &pos) const |
| |
| Transformation::value_type & | operator[] (const ArrayExpression< Operator, Length > &pos) |
| |
| Transformation::value_type | operator[] (const ArrayExpression< Operator, Length > &pos) const |
| |
| Transformation::value_type & | operator[] (int i) |
| |
| Transformation::value_type | operator[] (int i) const |
| |
| Transformation::value_type & | operator() (int i) |
| |
| Transformation::value_type | operator() (int i) const |
| |
| Transformation::value_type & | operator() (int i, int j) |
| |
| Transformation::value_type | operator() (int i, int j) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k) |
| |
| Transformation::value_type | operator() (int i, int j, int k) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m, int o) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m, int o) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m, int o, int p) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m, int o, int p) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m, int o, int p, int q) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m, int o, int p, int q) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m, int o, int p, int q, int r) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m, int o, int p, int q, int r) const |
| |
| Transformation::value_type & | operator() (int i, int j, int k, int l, int m, int o, int p, int q, int r, int s) |
| |
| Transformation::value_type | operator() (int i, int j, int k, int l, int m, int o, int p, int q, int r, int s) const |
| |
| GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator= (const GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > &) |
| |
| GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator= (const GridBase< T2, rank, CheckingPolicy2, StoragePolicy2 > &) |
| |
| GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator= (const Transformation::value_type &val) |
| |
|
GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator-= (GridBase< T2, rank, CheckingPolicy2, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > &) |
| |
|
GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator-= (GridBase< T2, rank, CheckingPolicy2, StoragePolicy2 > &) |
| |
|
GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator+= (GridBase< T2, rank, CheckingPolicy2, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > &) |
| |
|
GridBase< Transformation::value_type, rank, CheckingPolicy< BaseGrid::Rank >, GridTransformStorage< BaseGrid::value_type, BaseGrid::Rank, BaseGrid, Transformation > > & | operator+= (GridBase< T2, rank, CheckingPolicy2, StoragePolicy2 > &) |
| |
| void | resize (const IndexType &size) |
| |
| void | resize (const IndexType &low, const IndexType &high) |
| |
| void | resize (const GridBase< T2, rank, CheckingPolicy2, StoragePolicy2 > &grid) |
| |
|
BaseGrid::value_type & | get (const IndexType &index) |
| |
|
BaseGrid::value_type | get (const IndexType &index) const |
| |
|
const IndexType & | getLo () const |
| |
|
int | getLo (int k) const |
| |
|
const IndexType & | getHi () const |
| |
|
int | getHi (int k) const |
| |
|
const IndexType & | getDims () const |
| |
|
int | getDims (int k) const |
| |
|
const_storage_iterator | begin () |
| |
|
const_storage_iterator | end () |
| |
|
const_storage_iterator | cbegin () const |
| |
|
const_storage_iterator | cend () const |
| |
|
void | setBaseGrid (BaseGridType &baseGrid_) |
| |
|
Transformation | getTransformation () const |
| |
|
void | setTransformation (const Transformation &transformation) |
| |