RNifti
Fast R and C++ Access to NIfTI Images
|
Concrete inner class template defining behaviour specific to individual data types. More...
#include <NiftiImage.h>
Public Member Functions | |
size_t | size () const |
bool | hasNaN () const |
double | getDouble (void *ptr) const |
int | getInt (void *ptr) const |
void | setDouble (void *ptr, const double value) const |
void | setInt (void *ptr, const int value) const |
void | minmax (void *ptr, const size_t length, double *min, double *max) const |
Concrete inner class template defining behaviour specific to individual data types.