#include <irtkNIFTI.h>
This is a wrapper around the nifti_image struct.
Definition at line 30 of file irtkNIFTI.h.
Public Member Functions | |
| irtkNIFTIHeader () | |
| Constructor. | |
| ~irtkNIFTIHeader () | |
| Destructor. | |
| void | Read (const char *) |
| Read header. | |
| void | Initialize (int, int, int, int, double, double, double, double, int, irtkMatrix &i2w) |
| void | Print () |
| Print header (for debugging purposes). | |
Public Attributes | |
| nifti_image * | nim |
| The "NIFTI-1" image storage struct. | |