CiftiLib
A C++ library for CIFTI-2 and CIFTI-1 files
Public Attributes | List of all members
cifti::nifti1_extension Struct Reference

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

#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

§ ecode

int cifti::nifti1_extension::ecode

extension code, one of the NIFTI_ECODE_ values

§ edata

char* cifti::nifti1_extension::edata

raw data, with no byte swapping

§ esize

int cifti::nifti1_extension::esize

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


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