Serialization functions for isce3::product objects. More...
#include <isce3/core/Constants.h>
#include <isce3/core/Ellipsoid.h>
#include <isce3/core/Serialization.h>
#include <isce3/io/IH5.h>
#include <isce3/io/Serialization.h>
#include <isce3/product/Metadata.h>
#include <isce3/product/Swath.h>
Go to the source code of this file.
Namespaces | |
isce3 | |
The isce namespace. | |
isce3::product | |
The isce3::product namespace. | |
Functions | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, ProcessingInformation &proc) |
Load ProcessingInformation from HDF5. More... | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, Swath &swath, char freq) |
Load Swath from HDF5. More... | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, std::map< char, Swath > &swaths) |
Load multiple swaths from HDF5. More... | |
void | isce3::product::loadFromH5 (isce3::io::IGroup &group, Metadata &meta) |
Load Metadata parameters from HDF5. More... | |
Serialization functions for isce3::product objects.