pihmRasterLIBS/gridio_null.cpp File Reference

#include "gioapi.h"

Include dependency graph for gridio_null.cpp:

Go to the source code of this file.

Functions

int GridIOSetup (void)
int GridIOExit (void)
int CellLayerOpen (char *clyr_name, int rdwrflag, int iomode, int *celltype, double *cellsize)
int CellLyrClose (int channel)
int CellLyrDelete (char *clyr_name)
int AccessWindowSet (double box[4], double cellsize, double newbox[4])
int AccessWindowClear (void)
int WindowRows (void)
int WindowCols (void)
int GetWindowRow (int channel, int nreswinrow, CELLTYPE *rowbuf)
int PutWindowRow (int channel, int nwinrow, CELLTYPE *rowbuf)
void GetMissingFloat (float *x)
int BndCellRead (char *grdnam, double *box)
int GridRename (char *from_grid, char *to_grid)
int GridDelete (char *grid_name)
int CellLayerCreate (char *clyr_name, int rdwrflag, int iomode, int celltype, double cellsize, double box[4])
int CellLyrExists (char *clyr_name)


Function Documentation

int AccessWindowClear ( void   ) 

Definition at line 30 of file gridio_null.cpp.

Referenced by gridwrite().

int AccessWindowSet ( double  box[4],
double  cellsize,
double  newbox[4] 
)

Definition at line 26 of file gridio_null.cpp.

Referenced by gridread(), and gridwrite().

int BndCellRead ( char *  grdnam,
double *  box 
)

Definition at line 54 of file gridio_null.cpp.

Referenced by gridread().

int CellLayerCreate ( char *  clyr_name,
int  rdwrflag,
int  iomode,
int  celltype,
double  cellsize,
double  box[4] 
)

Definition at line 66 of file gridio_null.cpp.

Referenced by gridwrite().

int CellLayerOpen ( char *  clyr_name,
int  rdwrflag,
int  iomode,
int *  celltype,
double *  cellsize 
)

Definition at line 13 of file gridio_null.cpp.

Referenced by gridread().

int CellLyrClose ( int  channel  ) 

Definition at line 18 of file gridio_null.cpp.

Referenced by gridread(), and gridwrite().

int CellLyrDelete ( char *  clyr_name  ) 

Definition at line 22 of file gridio_null.cpp.

Referenced by gridwrite().

int CellLyrExists ( char *  clyr_name  ) 

Definition at line 71 of file gridio_null.cpp.

Referenced by gridwrite().

void GetMissingFloat ( float *  x  ) 

Definition at line 50 of file gridio_null.cpp.

Referenced by gridread(), and gridwrite().

int GetWindowRow ( int  channel,
int  nreswinrow,
CELLTYPE rowbuf 
)

Definition at line 42 of file gridio_null.cpp.

Referenced by gridread().

int GridDelete ( char *  grid_name  ) 

Definition at line 62 of file gridio_null.cpp.

Referenced by gridwrite().

int GridIOExit ( void   ) 

Definition at line 9 of file gridio_null.cpp.

Referenced by gridread(), and gridwrite().

int GridIOSetup ( void   ) 

Definition at line 4 of file gridio_null.cpp.

Referenced by gridread(), and gridwrite().

int GridRename ( char *  from_grid,
char *  to_grid 
)

Definition at line 58 of file gridio_null.cpp.

Referenced by gridwrite().

int PutWindowRow ( int  channel,
int  nwinrow,
CELLTYPE rowbuf 
)

Definition at line 46 of file gridio_null.cpp.

Referenced by gridwrite().

int WindowCols ( void   ) 

Definition at line 38 of file gridio_null.cpp.

Referenced by gridread().

int WindowRows ( void   ) 

Definition at line 34 of file gridio_null.cpp.

Referenced by gridread().


Generated on Sun Aug 5 17:34:55 2007 for PIHMgis by  doxygen 1.5.2