RNifti
Fast R and C++ Access to NIfTI Images
|
▼NRNifti | |
▼CNiftiImage | Thin wrapper around a C-style nifti_image struct that allows C++-style destruction |
CBlock | Inner class referring to a subset of an image |
▼CNiftiImageData | Wrapper class encapsulating a NIfTI data blob, with responsibility for handling data scaling and polymorphism |
CConcreteTypeHandler | Concrete inner class template defining behaviour specific to individual data types |
CElement | Inner class representing a single element in the data blob |
CIterator | Iterator type for NiftiImageData , with Element as its value type |
CTypeHandler | Abstract inner class defining the type-specific functions required in concrete subclasses |