12 #ifndef BeamPixelCountRecord_h 13 #define BeamPixelCountRecord_h BeamPixelCountRecord()
Constructor.
int _n_pix[4]
Count of image pixels in beams
std::string _pix_update
Pixel count update date/time.
~BeamPixelCountRecord()
Destructor.
friend std::istream & operator>>(std::istream &is, BeamPixelCountRecord &data)
This function reads a BeamPixelCountRecord from a stream.
friend std::ostream & operator<<(std::ostream &os, const BeamPixelCountRecord &data)
This function writes the BeamPixelCountRecord in a stream.
std::string get_pix_update()
Pixel count update date/time.
int * get_n_pix()
Count of image pixels in beams
std::basic_istream< char > istream
Base class for char input streams.
BeamPixelCountRecord & operator=(const BeamPixelCountRecord &rhs)
Copy operator.
This class is able to read a Beam pixel count record.
std::basic_ostream< char > ostream
Base class for char output streams.