12 #ifndef SRGRCoefficientSetRecord_h 13 #define SRGRCoefficientSetRecord_h This class is able to read a SRGR coefficients set record.
std::string get_srgr_update()
SRGR update date/time.
std::string _srgr_update
SRGR update date/time.
double * get_srgr_coef()
SRGR coefficients
double _srgr_coef[6]
SRGR coefficients
friend std::ostream & operator<<(std::ostream &os, const SRGRCoefficientSetRecord &data)
This function writes the SRGRCoefficientSetRecord in a stream.
SRGRCoefficientSetRecord & operator=(const SRGRCoefficientSetRecord &rhs)
Copy operator.
friend std::istream & operator>>(std::istream &is, SRGRCoefficientSetRecord &data)
This function reads a SRGRCoefficientSetRecord from a stream.
std::basic_istream< char > istream
Base class for char input streams.
SRGRCoefficientSetRecord()
Constructor.
std::basic_ostream< char > ostream
Base class for char output streams.
~SRGRCoefficientSetRecord()
Destructor.