Template Struct ThreeIndex

Struct Documentation

template<typename T>
struct ThreeIndex

Templated skeleton three index array for convenience.

Public Functions

inline T &operator()(const int i, const int j, const int k)
inline T operator()(const int i, const int j, const int k) const
inline ThreeIndex()
inline ThreeIndex(const int dim1, const int dim2, const int dim3)
inline ThreeIndex(const ThreeIndex<T> &other)
inline void fill(const T value)

Public Members

int dims[3]
std::vector<T> data