nifti1_extension(3)

nifti1_extension(3) Library Functions Manual nifti1_extension(3)

NAME

nifti1_extension -

Data structure defining the fields of a header extension.

SYNOPSIS

#include <nifti1.h>

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)

Author

Generated automatically by Doxygen for nifti1_io from the source code.

Sat Apr 16 2011 nifti1_io