Main Page   Modules   Compound List   File List   Compound Members   File Members  

nifti1_extension Struct Reference

Data structure defining the fields of a header extension. More...

#include <nifti1.h>

List of all members.

Public Attributes

int esize
int ecode
char* edata


Detailed Description

Data structure defining the fields of a header extension.


Member Data Documentation

int nifti1_extension::ecode
 

extension code, one of the NIFTI_ECODE_ values

char * nifti1_extension::edata
 

raw data, with no byte swapping (length is esize-8)

int nifti1_extension::esize
 

size of extension, in bytes (must be multiple of 16)


The documentation for this struct was generated from the following file:
Generated at Thu Aug 28 16:47:56 2008 for nifti1_io by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000