lsst.jointcal
master-gc935ebf72c+13
|
A list of FittedStar s. Such a list is typically constructed by Associations. More...
#include <FittedStar.h>
Public Member Functions | |
FittedStarList () | |
![]() | |
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 > ©) 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 |
![]() | |
T | elements |
STL member. More... | |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr < FittedStar > | Element |
typedef std::list< Element > ::const_iterator | StarCIterator |
typedef std::list< Element > ::iterator | StarIterator |
A list of FittedStar s. Such a list is typically constructed by Associations.
Definition at line 134 of file FittedStar.h.
|
inline |
Definition at line 139 of file FittedStar.h.
bool lsst::jointcal::FittedStarList::inTangentPlaneCoordinates |
Definition at line 136 of file FittedStar.h.