OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimEnviCgModel.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 //*******************************************************************
6 
7 #ifndef ossimEnviCgModel_HEADER
8 #define ossimEnviCgModel_HEADER
9 
12 
14 {
15 public:
17  ossimEnviCgModel(const ossimFilename& geoc_file);
18 
19  bool loadEnviGeocFile(const ossimFilename& geoc_file);
20  bool saveState(ossimKeywordlist& kwl, const char* prefix=0) const;
21 
22 private:
23  double readValue(ifstream& s, bool bigEndian) const;
24 
26 };
27 
28 #endif
#define OSSIMDLLEXPORT
Represents serializable keyword/value map.
std::basic_ifstream< char > ifstream
Class for char input file streams.
Definition: ossimIosFwd.h:44
#define TYPE_DATA
Definition: ossimRtti.h:339
virtual bool saveState(ossimKeywordlist &kwl, const char *prefix=0) const
Fulfills ossimObject base-class pure virtuals.