|
isce3 0.25.0
|
Public Member Functions | |
| Metadata () | |
| Default constructor. | |
| Metadata (const Metadata &) | |
| Copy constructor. | |
| const isce3::core::Attitude & | attitude () const |
| Get read-only reference to attitude. | |
| isce3::core::Attitude & | attitude () |
| Get reference to attitude. | |
| void | attitude (const isce3::core::Attitude &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 |
1.13.2.