vtk-dicom  0.8.17
Public Attributes | List of all members
nifti_2_header Struct Reference

Data structure defining the fields in the nifti2 header. This binary header should be found at the beginning of a valid NIFTI-2 header file. More...

#include <vtkNIFTIPrivate.h>

Public Attributes

int sizeof_hdr
 
char magic [8]
 
short datatype
 
short bitpix
 
long long dim [8]
 
double intent_p1
 
double intent_p2
 
double intent_p3
 
double pixdim [8]
 
long long vox_offset
 
double scl_slope
 
double scl_inter
 
double cal_max
 
double cal_min
 
double slice_duration
 
double toffset
 
long long slice_start
 
long long slice_end
 
char descrip [80]
 
char aux_file [24]
 
int qform_code
 
int sform_code
 
double quatern_b
 
double quatern_c
 
double quatern_d
 
double qoffset_x
 
double qoffset_y
 
double qoffset_z
 
double srow_x [4]
 
double srow_y [4]
 
double srow_z [4]
 
int slice_code
 
int xyzt_units
 
int intent_code
 
char intent_name [16]
 
char dim_info
 
char unused_str [15]
 

Detailed Description

Data structure defining the fields in the nifti2 header. This binary header should be found at the beginning of a valid NIFTI-2 header file.


The documentation for this struct was generated from the following file: