|
Peano
|
#include <idx.h>
Public Member Functions | |
| idx3 (int I, int J, int K, int line=-1) | |
| int | operator() (int i, int j, int k) const |
Data Fields | |
| const int | I_ |
| const int | J_ |
| const int | K_ |
| const int | size |
| const int | line_ |
| kernels::idx3::idx3 | ( | int | I, |
| int | J, | ||
| int | K, | ||
| int | line = -1 ) |
| int kernels::idx3::operator() | ( | int | i, |
| int | j, | ||
| int | k ) const |
| const int kernels::idx3::I_ |
Definition at line 35 of file idx.h.
Referenced by idx3(), and operator()().
| const int kernels::idx3::J_ |
Definition at line 35 of file idx.h.
Referenced by idx3(), and operator()().
| const int kernels::idx3::K_ |
Definition at line 35 of file idx.h.
Referenced by idx3(), and operator()().
| const int kernels::idx3::line_ |
Definition at line 35 of file idx.h.
Referenced by idx3(), and operator()().