|
CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
Public Member Functions | |
| VoxelIJK (int64_t i, int64_t j, int64_t k) | |
| template<typename T > | |
| VoxelIJK (const T ijk[3]) | |
| bool | operator< (const VoxelIJK &rhs) const |
| bool | operator== (const VoxelIJK &rhs) const |
| bool | operator!= (const VoxelIJK &rhs) const |
Public Attributes | |
| int64_t | m_ijk [3] |