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 |
CXform | |
▼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 |
CConcreteTypeHandler< rgba32_t, alpha > | |
CConcreteTypeHandler< std::complex< ElementType >, false > | |
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 |
▼Crgba32_t | Simple RGB(A) type encapsulating an 8-bit colour value with optional opacity, which can also be set or retrieved as a single 32-bit integer |
CValueType | |
CSquareMatrix | |
CVector |