26 os<<
"beam_type:"<<data.
_beam_type.c_str()<<std::endl;
32 os<<
"prf:"<<data.
_prf<<std::endl;
56 data.
_prf = atof(buf);
62 _beam_type(rhs._beam_type),
63 _beam_look_src(rhs._beam_look_src),
64 _beam_look_ang(rhs._beam_look_ang),
std::ostream & operator<<(std::ostream &os, const AlosPalsarData &data)
std::istream & operator>>(std::istream &is, AlosPalsarData &data)
std::basic_istream< char > istream
Base class for char input streams.
std::basic_ostream< char > ostream
Base class for char output streams.