RNifti
Fast R and C++ Access to NIfTI Images
|
CRNifti::NiftiImage::Block | Inner class referring to a subset of an image |
CRNifti::NiftiImageData::Element | Inner class representing a single element in the data blob |
▼Citerator | |
CRNifti::NiftiImageData::Iterator | Iterator type for NiftiImageData , with Element as its value type |
CRNifti::NiftiImage | Thin wrapper around a C-style nifti_image struct that allows C++-style destruction |
CRNifti::NiftiImageData | Wrapper class encapsulating a NIfTI data blob, with responsibility for handling data scaling and polymorphism |
▼CRNifti::NiftiImageData::TypeHandler | Abstract inner class defining the type-specific functions required in concrete subclasses |
CRNifti::NiftiImageData::ConcreteTypeHandler< Type > | Concrete inner class template defining behaviour specific to individual data types |