Location in a three-dimensional array. More...
#include <Index.hpp>
Public Member Functions | |
Index (int i, int j, int k) | |
void | set (int value) |
Public Attributes | |
int | i |
int | j |
int | k |
Friends | |
ostream & | operator<< (ostream &stream, const Index &index) |
Index | operator+ (const Index &A, const Index &B) |
Location in a three-dimensional array.