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 |
CExtension | Inner class wrapping a NIfTI extension, a weakly-specified standard for attaching additional metadata to NIfTI-1 and NIfTI-2 images |
CXform | Inner class representing an xform matrix, which indicates the orientation and other spatial properties 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 |
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 | Class representing a numeric square matrix of a fixed order |
CVector | A simple object-oriented wrapper around a fixed-length array |