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  

vardata.h

Go to the documentation of this file.
00001 /*********************************************************************
00002  *   Copyright 1993, University Corporation for Atmospheric Research
00003  *   See netcdf/COPYRIGHT file for copying and redistribution conditions.
00004  *   $Header: /misc/elrond0/share/cvs/AFNI/src/netcdf-3.5.0/src/ncdump/vardata.h,v 1.5 2004/04/02 15:12:42 rwcox Exp $
00005  *********************************************************************/
00006 
00007 extern char *progname;          /* for error messages */
00008 
00009 /* Display for user-defined fill values and default floating-point fill
00010    values; should match what ncgen looks for in ../ncgen/ncgen.l */
00011 #define FILL_STRING "_"
00012 
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016 
00017 /* Output the data for a single variable, in CDL syntax. */
00018 extern int vardata ( const struct ncvar*, /* variable */
00019                      size_t [], /* variable dimension lengths */
00020                      int, /* netcdf id */
00021                      int, /* variable id */
00022                      const struct fspec* /* formatting specs */
00023     );
00024 
00025 #ifdef __cplusplus
00026 }
00027 #endif
 

Powered by Plone

This site conforms to the following standards: