lsst.jointcal  19.0.0-6-gce3e386+3
Public Types | Public Member Functions | Public Attributes | List of all members
lsst::jointcal::FittedStarList Class Reference

A list of FittedStar s. Such a list is typically constructed by Associations. More...

#include <FittedStar.h>

Inheritance diagram for lsst::jointcal::FittedStarList:
lsst::jointcal::StarList< FittedStar > std::list< std::shared_ptr< FittedStar > >

Public Types

typedef std::shared_ptr< FittedStarElement
 
typedef std::list< Element >::const_iterator StarCIterator
 
typedef std::list< Element >::iterator StarIterator
 

Public Member Functions

 FittedStarList ()
 
void print (std::ostream &out) const
 invokes print(stream) for all Stars in the std::list. More...
 
void fluxSort ()
 a model routine to sort the std::list More...
 
void cutTail (const int nKeep)
 cuts the end of the std::list More...
 
void extractInFrame (StarList< FittedStar > &out, const Frame &frame) const
 copy the part of the std::list which is included in the frame at the end of another std::list More...
 
void copyTo (StarList< FittedStar > &copy) const
 clears copy and makes a copy of the std::list to copy More...
 
void clearList ()
 Clears the std::list. More...
 
void applyTransform (const Operator &op)
 enables to apply a geometrical transform if Star is Basestar or derives from it. More...
 
std::shared_ptr< FittedStarpop_front (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarpush_back (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarsplice (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarcrbegin (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarerase (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStaremplace_front (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarinsert (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarreverse (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarback (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarend (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarremove (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStaremplace_back (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarpop_back (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarcbegin (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarfront (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarunique (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarsize (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarresize (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarpush_front (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarrbegin (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarcrend (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarassign (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarsort (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarmerge (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarempty (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarremove_if (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarcend (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarswap (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarmax_size (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarrend (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarget_allocator (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarclear (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStaremplace (std::shared_ptr< FittedStar > ... args)
 
std::shared_ptr< FittedStarbegin (std::shared_ptr< FittedStar > ... args)
 

Public Attributes

bool inTangentPlaneCoordinates
 
std::shared_ptr< FittedStarelements
 STL member. More...
 

Detailed Description

A list of FittedStar s. Such a list is typically constructed by Associations.

Definition at line 123 of file FittedStar.h.

Member Typedef Documentation

◆ Element

Definition at line 60 of file StarList.h.

◆ StarCIterator

typedef std::list<Element>::const_iterator lsst::jointcal::StarList< FittedStar >::StarCIterator
inherited

Definition at line 61 of file StarList.h.

◆ StarIterator

Definition at line 62 of file StarList.h.

Constructor & Destructor Documentation

◆ FittedStarList()

lsst::jointcal::FittedStarList::FittedStarList ( )
inline

Definition at line 128 of file FittedStar.h.

Member Function Documentation

◆ applyTransform()

void lsst::jointcal::StarList< FittedStar >::applyTransform ( const Operator &  op)
inlineinherited

enables to apply a geometrical transform if Star is Basestar or derives from it.

could be extended to other type of transformations.

Definition at line 98 of file StarList.h.

◆ clearList()

void lsst::jointcal::StarList< FittedStar >::clearList
inlineinherited

Clears the std::list.

Definition at line 92 of file StarList.h.

◆ copyTo()

void lsst::jointcal::StarList< FittedStar >::copyTo ( StarList< FittedStar > &  copy) const
inherited

clears copy and makes a copy of the std::list to copy

Definition at line 89 of file StarList.cc.

◆ cutTail()

void lsst::jointcal::StarList< FittedStar >::cutTail ( const int  nKeep)
inherited

cuts the end of the std::list

Definition at line 83 of file StarList.cc.

◆ extractInFrame()

void lsst::jointcal::StarList< FittedStar >::extractInFrame ( StarList< FittedStar > &  out,
const Frame frame 
) const
inherited

copy the part of the std::list which is included in the frame at the end of another std::list

Definition at line 86 of file StarList.cc.

◆ fluxSort()

void lsst::jointcal::StarList< FittedStar >::fluxSort
inherited

a model routine to sort the std::list

see decreasingFlux() to see what it is, if you want another sorting criterion)

Definition at line 80 of file StarList.cc.

◆ print()

void lsst::jointcal::StarList< FittedStar >::print ( std::ostream out) const
inlineinherited

invokes print(stream) for all Stars in the std::list.

Definition at line 72 of file StarList.h.

Member Data Documentation

◆ elements

STL member.

◆ inTangentPlaneCoordinates

bool lsst::jointcal::FittedStarList::inTangentPlaneCoordinates

Definition at line 125 of file FittedStar.h.


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