Template Function lsst::afw::geom::detail::writeStream¶
Function Documentation¶
-
template<class
Transform
>
voidlsst::afw::geom::detail
::
writeStream
(Transform const &transform, std::ostream &os)¶ Serialize a Transform to an output stream
Version 1 format is as follows:
The version number (an integer)
A space
The short class name, as obtained from getShortClassName
A space
The contained ast::FrameSet written using FrameSet.show(os, false)