LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <stdexcept>
#include <string>
#include "astshim/functional.h"
#include "astshim/UnitMap.h"
#include "astshim/UnitNormMap.h"
#include "astshim/ParallelMap.h"
#include "astshim/SeriesMap.h"
Go to the source code of this file.
Namespaces | |
ast | |
AST wrapper classes and functions. | |
Functions | |
std::shared_ptr< FrameSet > | ast::append (FrameSet const &first, FrameSet const &second) |
Construct a FrameSet that performs two transformations in series. More... | |
std::shared_ptr< Mapping > | ast::makeRadialMapping (std::vector< double > const ¢er, Mapping const &mapping1d) |
Construct a radially symmetric mapping from a 1-dimensional mapping. More... | |