CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
|
Public Member Functions | |
int16_t | getMajor () const |
int16_t | getMinor () const |
CiftiVersion (const int16_t &major, const int16_t &minor) | |
CiftiVersion (const AString &versionString) | |
AString | toString () const |
bool | operator< (const CiftiVersion &rhs) const |
bool | operator> (const CiftiVersion &rhs) const |
bool | operator== (const CiftiVersion &rhs) const |
bool | operator!= (const CiftiVersion &rhs) const |
bool | operator<= (const CiftiVersion &rhs) const |
bool | operator>= (const CiftiVersion &rhs) const |
bool | hasReversedFirstDims () const |
quirk tests | |