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
 CXform
 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
 CSquareMatrix
 CVector