OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimH5Info.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: David Burken
8 //
9 // Description: HDF5 Info class.
10 //
11 //----------------------------------------------------------------------------
12 // $Id$
13 
14 #ifndef ossimH5Info_HEADER
15 #define ossimH5Info_HEADER 1
16 
21 
22 class ossimEndian;
23 
30 {
31 public:
32 
34  ossimH5Info();
35 
37  virtual ~ossimH5Info();
38 
46  virtual bool open(const ossimFilename& file);
47 
55  virtual std::ostream& print(std::ostream& out) const;
56 
57 private:
58 
60 };
61 
62 #endif /* End of "#ifndef ossimH5Info_HEADER" */
virtual bool open(const ossimFilename &file)
open method.
Info Base.
Definition: ossimInfoBase.h:32
#define OSSIM_PLUGINS_DLL
ossimFilename m_file
Definition: ossimH5Info.h:59
virtual std::ostream & print(std::ostream &out) const =0
Print method.
TIFF info class.
Definition: ossimH5Info.h:29
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23