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  

fbits.h File Reference

Go to the source code of this file.


Defines

#define fSet(t, f)   ((t) |= (f))
#define fClr(t, f)   ((t) &= ~(f))
#define fIsSet(t, f)   ((t) & (f))
#define fMask(t, f)   ((t) & ~(f))
#define pIf(a, b)   (!(a) || (b))
#define pIff(a, b)   (((a) && (b)) || (!(a) && !(b)))

Define Documentation

#define fClr t,
     ((t) &= ~(f))
 

Definition at line 13 of file fbits.h.

Referenced by nc_abort(), NC_endef(), nc_set_fill(), read_NC(), read_numrecs(), write_NC(), and write_numrecs().

#define fIsSet t,
     ((t) & (f))
 

Definition at line 14 of file fbits.h.

Referenced by nc__create_mp(), nc__open_mp(), nc_abort(), NC_endef(), nc_redef(), nc_set_fill(), ncio_create(), ncio_ffio_get(), ncio_ffio_rel(), ncio_new(), ncio_open(), ncio_px_get(), ncio_px_move(), ncio_px_rel(), ncio_px_sync(), ncio_spx_get(), ncio_spx_rel(), px_get(), and px_rel().

#define fMask t,
     ((t) & ~(f))
 

Definition at line 15 of file fbits.h.

#define fSet t,
     ((t) |= (f))
 

Definition at line 12 of file fbits.h.

Referenced by nc__create_mp(), nc__open_mp(), nc_redef(), nc_set_fill(), ncio_create(), ncio_new(), ncio_open(), and px_rel().

#define pIf a,
b       (!(a) || (b))
 

Definition at line 21 of file fbits.h.

Referenced by px_rel().

#define pIff a,
b       (((a) && (b)) || (!(a) && !(b)))
 

Definition at line 23 of file fbits.h.

 

Powered by Plone

This site conforms to the following standards: