#include <gridutil.h>
Public Member Functions | |
blockDim () | |
blockDim (int i_, int j_, int k_) | |
int | getSize (void) const |
int | c_index (int xi, int xj, int xk) const |
int | operator[] (const blockLoc &l) const |
int & | operator[] (int d) |
int | operator[] (int d) const |
Public Member Functions inherited from blockLoc | |
blockLoc () | |
blockLoc (int i_, int j_, int k_) | |
blockLoc | operator+ (const blockLoc &b) const |
blockLoc & | operator+= (const blockLoc &b) |
blockDim | operator- (const blockLoc &b) const |
bool | operator== (const blockLoc &o) const |
bool | operator!= (const blockLoc &o) const |
int & | operator[] (int d) |
int | operator[] (int d) const |
Additional Inherited Members | |
Protected Attributes inherited from blockLoc | |
int | i |
int | j |
int | k |
Definition at line 120 of file gridutil.h.
|
inline |
Definition at line 122 of file gridutil.h.
|
inline |
Definition at line 123 of file gridutil.h.
|
inline |
Definition at line 129 of file gridutil.h.
References blockLoc::i, and blockLoc::j.
Referenced by operator[]().
|
inline |
Definition at line 126 of file gridutil.h.
References blockLoc::i, blockLoc::j, and blockLoc::k.
Referenced by blockConsumer::allocateBlock(), block::block(), isSmaller(), main(), read_general(), read_hdf(), block::subBlock(), volume(), write_fortran(), and write_hdf().
|
inline |
Definition at line 133 of file gridutil.h.
References c_index().
|
inline |
|
inline |