lsst.jointcal
master-gc935ebf72c
|
#include <RefStar.h>
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< RefStar > | Element |
typedef std::list< Element > ::const_iterator | StarCIterator |
typedef std::list< Element > ::iterator | StarIterator |
![]() | |
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 > ©) 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... | |
![]() | |
T | elements |
STL member. More... | |