RNifti
Fast R and C++ Access to NIfTI Images
|
Public Member Functions | |
size_t | size () const |
int | getInt (void *ptr) const |
rgba32_t | getRgb (void *ptr) const |
void | setInt (void *ptr, const int value) const |
void | setRgb (void *ptr, const rgba32_t value) const |
void | minmax (void *ptr, const size_t length, double *min, double *max) const |
Public Member Functions inherited from RNifti::NiftiImageData::TypeHandler | |
virtual bool | hasNaN () const |
virtual complex128_t | getComplex (void *ptr) const |
virtual double | getDouble (void *ptr) const |
virtual void | setComplex (void *ptr, const complex128_t value) const |
virtual void | setDouble (void *ptr, const double value) const |