22#ifndef ASTSHIM_SERIESMAP_H
23#define ASTSHIM_SERIESMAP_H
70 :
CmpMap(map1, map2, true, options) {}
bool getSeries()
Return True if the map is in series.
CmpMap(Mapping const &map1, Mapping const &map2, bool series, std::string const &options="")
Construct a CmpMap.
An abstract base class for objects which transform one set of coordinates to another.
std::shared_ptr< T > copyImpl() const
Implementation of deep copy.
SeriesMap & operator=(SeriesMap &&)=default
SeriesMap(SeriesMap &&)=default
SeriesMap & operator=(SeriesMap const &)=delete
std::shared_ptr< SeriesMap > copy() const
Return a deep copy of this object.
SeriesMap(SeriesMap const &)=default
Copy constructor: make a deep copy.
SeriesMap(Mapping const &map1, Mapping const &map2, std::string const &options="")
Construct a SeriesMap.
SeriesMap(AstCmpMap *rawptr)
Construct a SeriesMap from a raw AST pointer.
virtual std::shared_ptr< Object > copyPolymorphic() const override
Return a deep copy of this object.
AST wrapper classes and functions.
T static_pointer_cast(T... args)