RNifti
Fast R and C++ Access to NIfTI Images
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NRNifti
 CNiftiImageThin wrapper around a C-style nifti_image struct that allows C++-style destruction
 CBlockInner class referring to a subset of an image
 CExtensionInner class wrapping a NIfTI extension, a weakly-specified standard for attaching additional metadata to NIfTI-1 and NIfTI-2 images
 CXformInner class representing an xform matrix, which indicates the orientation and other spatial properties of an image
 CNiftiImageDataWrapper class encapsulating a NIfTI data blob, with responsibility for handling data scaling and polymorphism
 CConcreteTypeHandlerConcrete inner class template defining behaviour specific to individual data types
 CConcreteTypeHandler< rgba32_t, alpha >
 CConcreteTypeHandler< std::complex< ElementType >, false >
 CElementInner class representing a single element in the data blob
 CIteratorIterator type for NiftiImageData, with Element as its value type
 CTypeHandlerAbstract inner class defining the type-specific functions required in concrete subclasses
 Crgba32_tSimple 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
 CSquareMatrixClass representing a numeric square matrix of a fixed order
 CVectorA simple object-oriented wrapper around a fixed-length array