/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C) 2011-2015 by The HDF Group. * * All rights reserved. * * * * This file is part of the H4CF conversion toolkit. The full H4CF conversion* * toolkit copyright notice including terms governing use, modification, and * * redistribution, is contained in the files COPYING and Copyright.html. * * COPYING and Copyright.html can be found at the root of the source code * * distribution tree. * * For questions contact eoshelp@hdfgroup.org or help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /***************************************************************************** Description: This file includes all public header files for the conversion toolkit. *****************************************************************************/ #ifndef H4CF_HEADER_H #define H4CF_HEADER_H #include #include #include #include #include #include #include "eoslib_defs.h" #include "eoslib_ncml_file.h" #include "eos2_var_data.h" #include "misc_util.h" #include "hdf4_defs.h" #include "special_flt_cf.h" #include "h4cf_namespace.h" typedef value_type_t h4cf_data_type; #endif