MISR Toolkit
1.5.1
win32
HDF-EOS5Includes
mfhdfi.h
Go to the documentation of this file.
1
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
* Copyright by The HDF Group. *
3
* Copyright by the Board of Trustees of the University of Illinois. *
4
* All rights reserved. *
5
* *
6
* This file is part of HDF. The full HDF copyright notice, including *
7
* terms governing use, modification, and redistribution, is contained in *
8
* the files COPYING and Copyright.html. COPYING can be found at the root *
9
* of the source code distribution tree; Copyright.html can be found at *
10
* http://hdfgroup.org/products/hdf4/doc/Copyright.html. If you do not have *
11
* access to either file, you may request a copy from help@hdfgroup.org. *
12
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13
14
/* $Id: mfhdfi.h 5009 2007-12-27 16:49:20Z bmribler $ */
15
16
#ifndef _MFHDFI_H
17
#define _MFHDFI_H
18
19
/* enumerated type used to specify whether a variable is an SDS, coordinate
20
variable, or its type is unknown because it was created before HDF4.2r2 */
21
typedef
enum
22
{
23
IS_SDSVAR
=0,
/* variable is an actual SDS */
24
IS_CRDVAR
=1,
/* variable is a coordinate variable */
25
UNKNOWN
=2
/* variable is created before HDF4.2r2, unknown type */
26
}
hdf_vartype_t
;
27
28
#endif
/* _MFHDFI_H */
IS_CRDVAR
Definition:
mfhdfi.h:24
UNKNOWN
Definition:
mfhdfi.h:25
hdf_vartype_t
hdf_vartype_t
Definition:
mfhdfi.h:21
IS_SDSVAR
Definition:
mfhdfi.h:23
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52