OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfFrameFileReader.h
Go to the documentation of this file.
1 #ifndef ossimRpfFrameFileReader_HEADER
2 #define ossimRpfFrameFileReader_HEADER
3 
4 #include <iosfwd>
5 
10 
12 {
13 public:
15 
18 
19  ossimErrorCode parseFile(const ossimFilename& fileName);
20  std::ostream& print(std::ostream& out) const;
21  const ossimRpfHeader* getRpfHeader()const;
22 
23 private:
24  void clearAll();
25 
28 };
29 
30 #endif
ossim_int32 ossimErrorCode
std::ostream & print(std::ostream &out) const
ossimErrorCode parseFile(const ossimFilename &fileName)
ossimRefPtr< ossimRpfHeader > theRpfHeader
friend std::ostream & operator<<(std::ostream &out, const ossimRpfFrameFileReader &data)
const ossimRpfHeader * getRpfHeader() const
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23