OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimEnviInfo.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: MIT
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: David Burken
8 //
9 // Description: ENVI Info object.
10 //
11 //----------------------------------------------------------------------------
12 // $Id$
13 #ifndef ossimEnviInfo_HEADER
14 #define ossimEnviInfo_HEADER 1
15 
19 
22 {
23 public:
24 
26  ossimEnviInfo();
27 
29  virtual ~ossimEnviInfo();
30 
38  virtual bool open(const ossimFilename& file);
39 
47  virtual std::ostream& print(std::ostream& out) const;
48 
49 private:
50 
52 };
53 
54 #endif /* End of "#ifndef ossimEnviInfo_HEADER" */
virtual bool open(const ossimFilename &file)
open method.
ENVI info class.
Definition: ossimEnviInfo.h:21
Info Base.
Definition: ossimInfoBase.h:32
#define OSSIM_DLL
virtual std::ostream & print(std::ostream &out) const =0
Print method.
ossimFilename m_file
Definition: ossimEnviInfo.h:51
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23