|
LSST Applications g011c388f00+c65bd04cee,g0265f82a02+cefac37fe7,g16a3bce237+cefac37fe7,g2079a07aa2+b9108c1c87,g2bbee38e9b+cefac37fe7,g337abbeb29+cefac37fe7,g3ddfee87b4+416e7893ae,g44050f54f7+6b8bd3088b,g4cf46543a9+6b26e01e3d,g50ff169b8f+8309cf5058,g52b1c1532d+43dac7135f,g83996f0134+7425ca6be0,g858d7b2824+6b8bd3088b,g8a8a8dda67+43dac7135f,g99855d9996+74fd63a160,g9d147d8712+4559cd7206,g9ddcbc5298+389b8f2b7e,ga1e77700b3+4bafba478f,ga8c6da7877+c9aad6bf16,gae46bcf261+cefac37fe7,gb700894bec+6c2aee6a4c,gb8350603e9+ee20daaa23,gba4ed39666+fb465f0d3e,gbeb006f7da+404eccc661,gc18e0e788c+c3f5ccaa8e,gc86a011abf+6b8bd3088b,gcf0d15dbbd+416e7893ae,gd162630629+5d7ded2167,gd44f2fa1a7+afcca147eb,gdaeeff99f8+6b435c3f92,ge79ae78c31+cefac37fe7,ge9008a0c34+416e7893ae,gee10cc3b42+43dac7135f,gf041782ebf+713927f999,gf1cff7945b+6b8bd3088b,w.2024.07
LSST Data Management Base Package
|
#include <memory>#include <iostream>#include <sstream>#include <vector>#include "astshim.h"#include "lsst/afw/formatters/Utils.h"#include "lsst/afw/geom/detail/transformUtils.h"#include "lsst/afw/geom/Endpoint.h"#include "lsst/afw/geom/Transform.h"#include "lsst/afw/geom/SkyWcs.h"#include "lsst/pex/exceptions/Exception.h"#include "lsst/afw/table/io/CatalogVector.h"#include "lsst/afw/table/io/OutputArchive.h"#include "lsst/afw/table/io/Persistable.cc"Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::afw |
| namespace | lsst::afw::geom |
Macros | |
| #define | INSTANTIATE_OVERLOADS(FromEndpoint, ToEndpoint, NextToEndpoint) |
| #define | INSTANTIATE_TRANSFORM(FromEndpoint, ToEndpoint) |
| #define INSTANTIATE_OVERLOADS | ( | FromEndpoint, | |
| ToEndpoint, | |||
| NextToEndpoint | |||
| ) |
Definition at line 248 of file Transform.cc.
| #define INSTANTIATE_TRANSFORM | ( | FromEndpoint, | |
| ToEndpoint | |||
| ) |
Definition at line 253 of file Transform.cc.
| table::Key<table::Array<std::uint8_t> > bytes |
Definition at line 198 of file Transform.cc.
| table::Schema schema |
Definition at line 197 of file Transform.cc.