22 #ifndef ASTSHIM_FUNCTIONAL_H 23 #define ASTSHIM_FUNCTIONAL_H 28 #include "astshim/FrameSet.h" 29 #include "astshim/Mapping.h" 63 std::shared_ptr<FrameSet>
append(FrameSet
const& first, FrameSet
const& second);
83 std::shared_ptr<Mapping>
makeRadialMapping(std::vector<double>
const& center, Mapping
const& mapping1d);
87 #endif // ASTSHIM_FUNCTIONAL_H AST wrapper classes and functions.
Definition: attributes_channel.dox:1
std::shared_ptr< FrameSet > append(FrameSet const &first, FrameSet const &second)
Definition: functional.cc:33
std::shared_ptr< Mapping > makeRadialMapping(std::vector< double > const ¢er, Mapping const &mapping1d)
Definition: functional.cc:48