lsst.astshim
20.0.0-4-g45278ab+d529cf1a41
|
Go to the documentation of this file.
22 #ifndef ASTSHIM_PARALLELMAP_H
23 #define ASTSHIM_PARALLELMAP_H
70 :
CmpMap(map1, map2, false, options) {}
81 std::shared_ptr<ParallelMap>
copy()
const {
87 return copyImpl<ParallelMap, AstCmpMap>();
94 throw std::runtime_error(
"Compound mapping is in series");
ParallelMap(ParallelMap &&)=default
std::shared_ptr< ParallelMap > copy() const
Return a deep copy of this object.
Definition: ParallelMap.h:81
bool getSeries()
Return True if the map is in series.
Definition: CmpMap.h:104
ParallelMap & operator=(ParallelMap &&)=default
ParallelMap & operator=(ParallelMap const &)=delete
ParallelMap(Mapping const &map1, Mapping const &map2, std::string const &options="")
Definition: ParallelMap.h:69
virtual std::shared_ptr< Object > copyPolymorphic() const override
Definition: ParallelMap.h:86
AST wrapper classes and functions.
Definition: attributes_channel.dox:1
ParallelMap(AstCmpMap *rawptr)
Definition: ParallelMap.h:92
virtual ~ParallelMap()
Definition: ParallelMap.h:72
Definition: ParallelMap.h:53
ParallelMap(ParallelMap const &)=default
Copy constructor: make a deep copy.