|
LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
#include <memory>#include <vector>#include "astshim.h"#include "ndarray.h"#include "lsst/afw/geom/Endpoint.h"#include "lsst/afw/geom/Transform.h"#include "lsst/daf/base/PropertyList.h"Go to the source code of this file.
Namespaces | |
| lsst | |
| A base class for image defects. | |
| lsst::afw | |
| lsst::afw::geom | |
| lsst::afw::geom::detail | |
Functions | |
| template<class Transform > | |
| std::shared_ptr< Transform > | lsst::afw::geom::detail::readStream (std::istream &is) |
| Deserialize a Transform from an input stream. More... | |
| template<class Transform > | |
| void | lsst::afw::geom::detail::writeStream (Transform const &transform, std::ostream &os) |
| Serialize a Transform to an output stream. More... | |
Variables | |
| constexpr int | lsst::afw::geom::detail::serializationVersion = 1 |
| version of serialization used when writing (older versions may also be supported when reading) More... | |
1.8.13