Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

ncdump.h File Reference

Go to the source code of this file.


Data Structures

struct  fspec
struct  ncatt
struct  ncdim
struct  ncvar

Defines

#define NC_CHECK(status)
#define Printf   (void) printf

Typedefs

typedef bool boolean

Enumerations

enum  Nclang { LANG_C, LANG_F }

Define Documentation

#define NC_CHECK status   
 

Value:

{\
            int nc_status = status;\
            if(nc_status != NC_NOERR)\
                error(nc_strerror(nc_status));\
        }

Definition at line 9 of file ncdump.h.

Referenced by do_ncdump(), pr_att(), and vardata().

#define Printf   (void) printf
 

Definition at line 15 of file ncdump.h.

Referenced by annotate(), do_ncdump(), lastdelim(), pr_att(), pr_att_string(), pr_att_vals(), pr_bvals(), pr_dvals(), pr_fvals(), pr_ivals(), pr_svals(), pr_tvals(), and vardata().


Typedef Documentation

typedef bool boolean
 

Definition at line 22 of file ncdump.h.


Enumeration Type Documentation

enum Nclang
 

Enumeration values:
LANG_C 
LANG_F 

Definition at line 49 of file ncdump.h.

00050      {LANG_C, LANG_F} Nclang; 
 

Powered by Plone

This site conforms to the following standards: