lsst.astshim g38293774b4+62d12e78cb
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Friends | List of all members
ast::CmpMap Class Reference

#include <CmpMap.h>

Inheritance diagram for ast::CmpMap:
ast::Mapping ast::Object ast::ParallelMap ast::SeriesMap

Public Member Functions

 CmpMap (Mapping const &map1, Mapping const &map2, bool series, std::string const &options="")
 
virtual ~CmpMap ()
 
 CmpMap (CmpMap const &)=default
 Copy constructor: make a deep copy. More...
 
 CmpMap (CmpMap &&)=default
 
CmpMapoperator= (CmpMap const &)=delete
 
CmpMapoperator= (CmpMap &&)=default
 
std::shared_ptr< CmpMapcopy () const
 Return a deep copy of this object. More...
 
std::shared_ptr< Mappingoperator[] (int i) const
 
bool getSeries ()
 Return True if the map is in series. More...
 
- Public Member Functions inherited from ast::Mapping
virtual ~Mapping ()
 
 Mapping (Mapping const &)=default
 Copy constructor: make a deep copy. More...
 
 Mapping (Mapping &&)=default
 
Mappingoperator= (Mapping const &)=delete
 
Mappingoperator= (Mapping &&)=default
 
std::shared_ptr< Mappingcopy () const
 Return a deep copy of this object. More...
 
int getNIn () const
 
int getNOut () const
 
bool getIsSimple () const
 
bool isInverted () const
 
bool getIsLinear () const
 
bool getReport () const
 
bool hasForward () const
 
bool hasInverse () const
 
std::shared_ptr< Mappinginverted () const
 
Array2D linearApprox (PointD const &lbnd, PointD const &ubnd, double tol) const
 
SeriesMap then (Mapping const &next) const
 
ParallelMap under (Mapping const &next) const
 
double rate (PointD const &at, int ax1, int ax2) const
 
void setReport (bool report)
 
std::shared_ptr< Mappingsimplified () const
 
void applyForward (ConstArray2D const &from, Array2D const &to) const
 
Array2D applyForward (ConstArray2D const &from) const
 
std::vector< double > applyForward (std::vector< double > const &from) const
 
void applyInverse (ConstArray2D const &from, Array2D const &to) const
 
Array2D applyInverse (ConstArray2D const &from) const
 
std::vector< double > applyInverse (std::vector< double > const &from) const
 
void tranGridForward (PointI const &lbnd, PointI const &ubnd, double tol, int maxpix, Array2D const &to) const
 
Array2D tranGridForward (PointI const &lbnd, PointI const &ubnd, double tol, int maxpix, int nPts) const
 
void tranGridInverse (PointI const &lbnd, PointI const &ubnd, double tol, int maxpix, Array2D const &to) const
 
Array2D tranGridInverse (PointI const &lbnd, PointI const &ubnd, double tol, int maxpix, int nPts) const
 
- Public Member Functions inherited from ast::Object
virtual ~Object ()
 
 Object (Object const &object)
 Copy constructor: make a deep copy. More...
 
 Object (Object &&)=default
 
Objectoperator= (Object const &)=delete
 
Objectoperator= (Object &&)=default
 
bool operator== (Object const &rhs) const
 
bool operator!= (Object const &rhs) const
 
std::shared_ptr< Objectcopy () const
 Return a deep copy of this object. More...
 
void clear (std::string const &attrib)
 
bool hasAttribute (std::string const &attrib) const
 
std::string getClassName () const
 
std::string getID () const
 Get ID: object identification string that is not copied. More...
 
std::string getIdent () const
 Get Ident: object identification string that is copied. More...
 
int getNObject () const
 
int getObjSize () const
 Get ObjSize: the in-memory size of the AST object in bytes. More...
 
int getRefCount () const
 
bool getUseDefs () const
 Get UseDefs: allow use of default values for Object attributes? More...
 
void lock (bool wait)
 
bool same (Object const &other) const
 
void setID (std::string const &id)
 Set ID: object identification string that is not copied. More...
 
void setIdent (std::string const &ident)
 Set Ident: object identification string that is copied. More...
 
void setUseDefs (bool usedefs)
 Set UseDefs: allow use of default values for Object attributes? More...
 
void show (std::ostream &os, bool showComments=true) const
 
std::string show (bool showComments=true) const
 
bool test (std::string const &attrib) const
 
void unlock (bool report=false)
 
AstObject const * getRawPtr () const
 
AstObject * getRawPtr ()
 

Protected Member Functions

virtual std::shared_ptr< ObjectcopyPolymorphic () const override
 
 CmpMap (AstCmpMap *rawptr)
 
- Protected Member Functions inherited from ast::Mapping
 Mapping (AstMapping *rawMap)
 
virtual std::shared_ptr< ObjectcopyPolymorphic () const override
 
template<typename Class >
std::shared_ptr< Class > decompose (int i, bool copy) const
 
- Protected Member Functions inherited from ast::Object
 Object (AstObject *object)
 
template<typename T , typename AstT >
std::shared_ptr< T > copyImpl () const
 
virtual std::shared_ptr< ObjectcopyPolymorphic () const =0
 
bool getB (std::string const &attrib) const
 
std::string const getC (std::string const &attrib) const
 
double getD (std::string const &attrib) const
 
float getF (std::string const &attrib) const
 
int getI (std::string const &attrib) const
 
long int getL (std::string const &attrib) const
 
void set (std::string const &setting)
 
void setB (std::string const &attrib, bool value)
 
void setC (std::string const &attrib, std::string const &value)
 
void setD (std::string const &attrib, double value)
 
void setF (std::string const &attrib, float value)
 
void setI (std::string const &attrib, int value)
 
void setL (std::string const &attrib, long int value)
 

Friends

class Object
 

Additional Inherited Members

- Public Types inherited from ast::Object
using ObjectPtr = std::unique_ptr< AstObject, Deleter >
 unique pointer holding an AST raw pointer More...
 
- Static Public Member Functions inherited from ast::Object
static std::shared_ptr< ObjectfromString (std::string const &str)
 
template<typename Class >
static std::shared_ptr< Class > fromAstObject (AstObject *rawObj, bool copy)
 
- Static Protected Member Functions inherited from ast::Object
template<typename ShimT , typename AstT >
static std::shared_ptr< ShimT > makeShim (AstObject *p)
 

Detailed Description

Abstract base class for SeriesMap and ParallelMap

CmpMap is a compound Mapping which allows two component Mappings (of any class) to be connected together to form a more complex Mapping. This connection may either be "in series" (where the first Mapping is used to transform the coordinates of each point and the second mapping is then applied to the result), or "in parallel" (where the first Mapping transforms the lower numbered coordinates for each point and the second Mapping simultaneously transforms the higher numbered coordinates).

Since a CmpMap is itself a Mapping, it can be used as a component in forming further CmpMaps. Mappings of arbitrary complexity may be built from simple individual Mappings in this way.

Attributes

CmpMap has no attributes beyond those provided by Mapping and Object.

Warning
CmpMap will sometimes appears as a SeriesMap or ParallelMap, as appropriate, including:

Constructor & Destructor Documentation

◆ CmpMap() [1/4]

ast::CmpMap::CmpMap ( Mapping const &  map1,
Mapping const &  map2,
bool  series,
std::string const &  options = "" 
)
inlineexplicit

Construct a CmpMap

Parameters
[in]map1First mapping. When calling Mapping::applyForward the first mapping is applied to the input points in a series mapping, and to the lower numbered coordinates in a parallel mapping.
[in]map2Second mapping.
[in]seriesIs this a series mapping?
[in]optionsComma-separated list of attribute assignments.
Warning
CmpMap contains shallow copies of the provided mappings (just like AST). If you deep copies then provide deep copies to this constructor.

◆ ~CmpMap()

virtual ast::CmpMap::~CmpMap ( )
inlinevirtual

◆ CmpMap() [2/4]

ast::CmpMap::CmpMap ( CmpMap const &  )
default

Copy constructor: make a deep copy.

◆ CmpMap() [3/4]

ast::CmpMap::CmpMap ( CmpMap &&  )
default

◆ CmpMap() [4/4]

ast::CmpMap::CmpMap ( AstCmpMap *  rawptr)
inlineexplicitprotected

Construct a CmpMap from a raw AST pointer (protected instead of private so that SeriesMap and ParallelMap can call it)

Member Function Documentation

◆ copy()

std::shared_ptr< CmpMap > ast::CmpMap::copy ( ) const
inline

Return a deep copy of this object.

◆ copyPolymorphic()

virtual std::shared_ptr< Object > ast::CmpMap::copyPolymorphic ( ) const
inlineoverrideprotectedvirtual

Return a deep copy of this object. This is called by copy.

Each subclass must override this method. The standard implementation is:

return copyImpl<astshim_class, ast_class>();

for example Frame implements this as:

return copyImpl<Frame, AstFrame>();

Reimplemented from ast::Mapping.

Reimplemented in ast::ParallelMap, and ast::SeriesMap.

◆ getSeries()

bool ast::CmpMap::getSeries ( )
inline

Return True if the map is in series.

◆ operator=() [1/2]

CmpMap & ast::CmpMap::operator= ( CmpMap &&  )
default

◆ operator=() [2/2]

CmpMap & ast::CmpMap::operator= ( CmpMap const &  )
delete

◆ operator[]()

std::shared_ptr< Mapping > ast::CmpMap::operator[] ( int  i) const
inline

Return a shallow copy of one of the two component mappings.

Parameters
[in]iIndex: 0 for the first mapping, 1 for the second.
Exceptions
std::invalid_argumentif i is not 0 or 1.

Friends And Related Function Documentation

◆ Object

friend class Object
friend

The documentation for this class was generated from the following file: