/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 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. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /***************************************************************************** Category: Header file for the HDF4 namespace Description: This file includes class names and header files. *****************************************************************************/ #ifndef HDF4_DEFS_H #define HDF4_DEFS_H namespace hdf4 { class hdf4_dim; class hdf4_attr; class hdf4_var_sdfield; class hdf4_var_vdfield; class hdf4_file; } #include "hdf4_file.h" #include "hdf4_dim.h" #include "hdf4_attr.h" #include "hdf4_sds.h" #include "hdf4_vdata.h" #endif