lsst.jointcal  master-g9041cab851+12
List of all members
lsst::jointcal::RefStarList Class Reference

#include <RefStar.h>

Inheritance diagram for lsst::jointcal::RefStarList:
lsst::jointcal::StarList< RefStar >

Additional Inherited Members

- Public Types inherited from lsst::jointcal::StarList< RefStar >
typedef std::shared_ptr< RefStarElement
 
typedef std::list< Element >::const_iterator StarCIterator
 
typedef std::list< Element >::iterator StarIterator
 
- Public Member Functions inherited from lsst::jointcal::StarList< RefStar >
 StarList ()
 : default constructor (empty std::list). More...
 
virtual ~StarList ()
 
void dump (std::ostream &stream=std::cout) const
 invokes dump(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< RefStar > &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< RefStar > &copy) const
 clears copy and makes a copy of the std::list to copy More...
 
void clearList ()
 Clears the std::list. More...
 
void applyTransfo (const Operator &op)
 enables to apply a geometrical transfo if Star is Basestar or derives from it. More...
 

Detailed Description

Definition at line 57 of file RefStar.h.


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