Public Member Functions | |
Metadata () | |
Default constructor. | |
Metadata (const Metadata &) | |
Copy constructor. More... | |
const isce3::core::EulerAngles & | attitude () const |
Get read-only reference to attitude. | |
isce3::core::EulerAngles & | attitude () |
Get reference to attitude. | |
void | attitude (const isce3::core::EulerAngles &att) |
Set attitude. | |
const isce3::core::Orbit & | orbit () const |
Get read-only reference to orbit. | |
isce3::core::Orbit & | orbit () |
Get reference to orbit. | |
void | orbit (const isce3::core::Orbit &orb) |
Set orbit. | |
const ProcessingInformation & | procInfo () const |
Get read-only reference to ProcessingInformation. | |
ProcessingInformation & | procInfo () |
Get reference to ProcessingInformation. | |
|
inline |
Copy constructor.
[in] | meta | Metadata object |