35 ORIGIN_SAMPLE_SIZE = 5,
36 AS_CELL_SIZE_SIZE = 7,
37 CS_CELL_SIZE_SIZE = 5,
38 CCG_MAX_LINE_SIZE = 7,
39 CCG_MAX_SAMPLE_SIZE= 5,
49 const std::string& prefix=std::string())
const;
50 virtual void clearFields();
63 char m_ccgSource[CCG_SOURCE_SIZE+1];
75 char m_regSensor[REG_SENSOR_SIZE+1];
87 char m_originLine[ORIGIN_LINE_SIZE+1];
99 char m_originSample[ORIGIN_SAMPLE_SIZE+1];
111 char m_asCellSize[AS_CELL_SIZE_SIZE+1];
123 char m_csCellSize[CS_CELL_SIZE_SIZE+1];
134 char m_ccgMaxLine[CCG_MAX_LINE_SIZE+1];
145 char m_ccgMaxSample[CCG_MAX_SAMPLE_SIZE+1];
virtual void writeStream(ossim::ostream &out)=0
virtual void parseStream(ossim::istream &in)=0
This will allow the user defined data to parse the stream.
virtual std::ostream & print(std::ostream &out, const std::string &prefix=std::string()) const
Pure virtual print method that outputs a key/value type format adding prefix to keys.
std::basic_istream< char > istream
Base class for char input streams.
All comments in this document were taken from the online resource found at:
std::basic_ostream< char > ostream
Base class for char output streams.