lsst.jointcal  master-g9041cab851+8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
lsst::jointcal::MeasuredStarList Class Reference

A list of MeasuredStar. They are usually filled in Associations::AddImage. More...

#include <MeasuredStar.h>

Inheritance diagram for lsst::jointcal::MeasuredStarList:
lsst::jointcal::StarList< MeasuredStar >

Public Member Functions

 MeasuredStarList ()
 
void setCcdImage (const CcdImage *_ccdImage)
 
- Public Member Functions inherited from lsst::jointcal::StarList< MeasuredStar >
 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< MeasuredStar > &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< MeasuredStar > &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...
 

Additional Inherited Members

- Public Types inherited from lsst::jointcal::StarList< MeasuredStar >
typedef std::shared_ptr
< MeasuredStar
Element
 
typedef std::list< Element >
::const_iterator 
StarCIterator
 
typedef std::list< Element >
::iterator 
StarIterator
 
- Public Attributes inherited from std::list< T >
elements
 STL member. More...
 

Detailed Description

A list of MeasuredStar. They are usually filled in Associations::AddImage.

Definition at line 95 of file MeasuredStar.h.

Constructor & Destructor Documentation

lsst::jointcal::MeasuredStarList::MeasuredStarList ( )
inline

Definition at line 97 of file MeasuredStar.h.

Member Function Documentation

void lsst::jointcal::MeasuredStarList::setCcdImage ( const CcdImage _ccdImage)

Definition at line 45 of file MeasuredStar.cc.


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