#include <NiftiImage.h>
Public Member Functions | |
NiftiImage (const char *fname=NULL) | |
Constructor. | |
void | Print () |
Print header (for debugging purposes) | |
void | Read (const char *) |
Read header. | |
~NiftiImage () | |
Destructor. | |
Public Attributes | |
nifti_image * | nim |
The "NIFTI-1" image storage struct. | |
The NIfTI-1 image class.
This is a wrapper around the nifti_image struct.
Definition at line 44 of file NiftiImage.h.