#include <gridutil.h>
Public Member Functions | |
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 |
Protected Attributes | |
int | i |
int | j |
int | k |
Friends | |
blockLoc | operator* (const blockLoc &a, int k) |
blockLoc | operator* (int k, const blockLoc &a) |
Definition at line 92 of file gridutil.h.
|
inline |
Definition at line 96 of file gridutil.h.
Referenced by operator+().
|
inline |
Definition at line 97 of file gridutil.h.
|
inline |
Definition at line 111 of file gridutil.h.
Definition at line 99 of file gridutil.h.
References blockLoc(), i, j, and k.
Definition at line 101 of file gridutil.h.
Definition at line 141 of file gridutil.h.
|
inline |
Definition at line 109 of file gridutil.h.
|
inline |
Definition at line 115 of file gridutil.h.
|
inline |
Definition at line 116 of file gridutil.h.
Definition at line 104 of file gridutil.h.
Definition at line 106 of file gridutil.h.
|
protected |
Definition at line 94 of file gridutil.h.
Referenced by blockDim::c_index(), blockDim::getSize(), operator!=(), operator+(), operator+=(), operator-(), operator==(), operator[](), and blockDim::operator[]().
|
protected |
Definition at line 94 of file gridutil.h.
Referenced by blockDim::c_index(), blockDim::getSize(), operator!=(), operator+(), operator+=(), operator-(), and operator==().
|
protected |
Definition at line 94 of file gridutil.h.
Referenced by blockDim::getSize(), operator!=(), operator+(), operator+=(), operator-(), and operator==().