lsst.astshim g50ff169b8f+96c6868917
Loading...
Searching...
No Matches
Namespaces | Functions
functional.h File Reference
#include <memory>
#include <vector>
#include "astshim/FrameSet.h"
#include "astshim/Mapping.h"

Go to the source code of this file.

Namespaces

namespace  ast
 AST wrapper classes and functions.
 

Functions

std::shared_ptr< FrameSetast::append (FrameSet const &first, FrameSet const &second)
 Construct a FrameSet that performs two transformations in series.
 
std::shared_ptr< Mappingast::makeRadialMapping (std::vector< double > const &center, Mapping const &mapping1d)
 Construct a radially symmetric mapping from a 1-dimensional mapping.