OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
ossim-plugins
hdf5_archived
src
old_h5
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
17
#include <
ossim/base/ossimConstants.h
>
18
#include <
ossim/support_data/ossimInfoBase.h
>
19
#include <
ossim/base/ossimFilename.h
>
20
#include <
ossim/plugin/ossimPluginConstants.h
>
21
22
class
ossimEndian
;
23
29
class
OSSIM_PLUGINS_DLL
ossimH5Info
:
public
ossimInfoBase
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
59
ossimFilename
m_file
;
60
};
61
62
#endif
/* End of "#ifndef ossimH5Info_HEADER" */
ossimInfoBase::open
virtual bool open(const ossimFilename &file)
open method.
Definition:
ossimInfoBase.cpp:26
ossimConstants.h
ossimInfoBase.h
ossimEndian
Definition:
ossimEndian.h:18
ossimInfoBase
Info Base.
Definition:
ossimInfoBase.h:32
ossimFilename
Definition:
ossimFilename.h:20
OSSIM_PLUGINS_DLL
#define OSSIM_PLUGINS_DLL
Definition:
ossimPluginConstants.h:39
ossimH5Info::m_file
ossimFilename m_file
Definition:
ossimH5Info.h:59
ossimFilename.h
ossimPluginConstants.h
ossimInfoBase::print
virtual std::ostream & print(std::ostream &out) const =0
Print method.
ossimH5Info
TIFF info class.
Definition:
ossimH5Info.h:29
ossim::ostream
std::basic_ostream< char > ostream
Base class for char output streams.
Definition:
ossimIosFwd.h:23
Generated on Fri Aug 3 2018 08:46:48 for OSSIM - Open Source Software Image Map by
1.8.14