Main Page   Data Structures   File List   Globals  

umtzfile Struct Reference

The umtz file object. More...


Detailed Description

The umtz file object.

All the umtz functions work by using pointers to umtz file objects.

typedef struct umtzfile_ {
  char filename[200], mode[4];
  int iunit, ncol, nrow;
  float mnf;
  umtz_list headers;
  umtz_list history;
  umtz_list batches;
} umtzfile;


The documentation for this struct was generated from the following file:
Generated at Mon Sep 10 16:42:33 2001 by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001