lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
transformUtils.h File Reference
#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

namespace  lsst
namespace  lsst::afw
namespace  lsst::afw::geom
namespace  lsst::afw::geom::detail

Functions

template<class Transform>
std::shared_ptr< Transformlsst::afw::geom::detail::readStream (std::istream &is)
 Deserialize a Transform from an input stream.
template<class Transform>
void lsst::afw::geom::detail::writeStream (Transform const &transform, std::ostream &os)
 Serialize a Transform to an output stream.

Variables

constexpr int lsst::afw::geom::detail::serializationVersion = 1
 version of serialization used when writing (older versions may also be supported when reading)