lsst.jointcal  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 >

Public Member Functions

 FittedStarList ()
 
- Public Member Functions inherited from lsst::jointcal::StarList< FittedStar >
 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< 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 applyTransfo (const Operator &op)
 enables to apply a geometrical transfo if Star is Basestar or derives from it. More...
 

Public Attributes

bool inTangentPlaneCoordinates
 
- Public Attributes inherited from std::list< T >
elements
 STL member. More...
 

Additional Inherited Members

- Public Types inherited from lsst::jointcal::StarList< FittedStar >
typedef std::shared_ptr
< FittedStar
Element
 
typedef std::list< Element >
::const_iterator 
StarCIterator
 
typedef std::list< Element >
::iterator 
StarIterator
 

Detailed Description

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

Definition at line 121 of file FittedStar.h.

Constructor & Destructor Documentation

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

Definition at line 126 of file FittedStar.h.

Member Data Documentation

bool lsst::jointcal::FittedStarList::inTangentPlaneCoordinates

Definition at line 123 of file FittedStar.h.


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