|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is able to read a SRGR coefficients set record. More...
#include <SRGRCoefficientSetRecord.h>
Public Member Functions | |
| SRGRCoefficientSetRecord () | |
| Constructor. More... | |
| ~SRGRCoefficientSetRecord () | |
| Destructor. More... | |
| SRGRCoefficientSetRecord (const SRGRCoefficientSetRecord &rhs) | |
| Copy constructor. More... | |
| SRGRCoefficientSetRecord & | operator= (const SRGRCoefficientSetRecord &rhs) |
| Copy operator. More... | |
| std::string | get_srgr_update () |
| SRGR update date/time. More... | |
| double * | get_srgr_coef () |
SRGR coefficients More... | |
Protected Attributes | |
| std::string | _srgr_update |
| SRGR update date/time. More... | |
| double | _srgr_coef [6] |
SRGR coefficients More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const SRGRCoefficientSetRecord &data) |
| This function writes the SRGRCoefficientSetRecord in a stream. More... | |
| std::istream & | operator>> (std::istream &is, SRGRCoefficientSetRecord &data) |
| This function reads a SRGRCoefficientSetRecord from a stream. More... | |
This class is able to read a SRGR coefficients set record.
Definition at line 24 of file SRGRCoefficientSetRecord.h.
| ossimplugins::SRGRCoefficientSetRecord::SRGRCoefficientSetRecord | ( | ) |
| ossimplugins::SRGRCoefficientSetRecord::~SRGRCoefficientSetRecord | ( | ) |
| ossimplugins::SRGRCoefficientSetRecord::SRGRCoefficientSetRecord | ( | const SRGRCoefficientSetRecord & | rhs | ) |
Copy constructor.
Definition at line 53 of file SRGRCoefficientSetRecord.cpp.
References _srgr_coef.
|
inline |
SRGR coefficients
Definition at line 68 of file SRGRCoefficientSetRecord.h.
References _srgr_coef.
|
inline |
SRGR update date/time.
Definition at line 60 of file SRGRCoefficientSetRecord.h.
References _srgr_update.
| SRGRCoefficientSetRecord & ossimplugins::SRGRCoefficientSetRecord::operator= | ( | const SRGRCoefficientSetRecord & | rhs | ) |
Copy operator.
Definition at line 62 of file SRGRCoefficientSetRecord.cpp.
References _srgr_coef, and _srgr_update.
|
friend |
This function writes the SRGRCoefficientSetRecord in a stream.
Definition at line 24 of file SRGRCoefficientSetRecord.cpp.
|
friend |
This function reads a SRGRCoefficientSetRecord from a stream.
Definition at line 35 of file SRGRCoefficientSetRecord.cpp.
|
protected |
SRGR coefficients
Definition at line 82 of file SRGRCoefficientSetRecord.h.
Referenced by get_srgr_coef(), ossimplugins::operator<<(), operator=(), ossimplugins::operator>>(), and SRGRCoefficientSetRecord().
|
protected |
SRGR update date/time.
Definition at line 77 of file SRGRCoefficientSetRecord.h.
Referenced by get_srgr_update(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
1.8.14