OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfInfo.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: Mingjie Su
8 //
9 // Description: Rpf Info object.
10 //
11 //----------------------------------------------------------------------------
12 // $Id: ossimRpfInfo.h 1236 2010-08-05 19:45:44Z ming.su $
13 #ifndef ossimRpfInfo_HEADER
14 #define ossimRpfInfo_HEADER
15 
17 #include <ossim/base/ossimRefPtr.h>
20 
21 class ossimKeywordlist;
28 {
29 public:
30 
32  ossimRpfInfo();
33 
35  virtual ~ossimRpfInfo();
36 
43  virtual bool open(const ossimFilename& file);
44 
52  virtual std::ostream& print(std::ostream& out) const;
53 
54  bool isOpen();
55 
56  private:
57 
60 };
61 
62 #endif /* End of "#ifndef ossimRpfInfo_HEADER" */
HDF info class.
Definition: ossimRpfInfo.h:27
Represents serializable keyword/value map.
virtual std::ostream & print(std::ostream &out) const
Print method.
virtual bool open(const ossimFilename &file)
open method.
ossimRpfInfo()
default constructor
ossimFilename theFile
Definition: ossimRpfInfo.h:58
Info Base.
Definition: ossimInfoBase.h:32
virtual ~ossimRpfInfo()
virtual destructor
ossimFilename m_infoFile
Definition: ossimRpfInfo.h:59
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23