lsst.jointcal
16.0-21-g96865c2+4
|
#include <RefStar.h>
Public Types | |
typedef std::shared_ptr< RefStar > | Element |
typedef std::list< Element >::const_iterator | StarCIterator |
typedef std::list< Element >::iterator | StarIterator |
Public Attributes | |
std::shared_ptr< RefStar > | elements |
STL member. More... | |
|
inherited |
Definition at line 37 of file StarList.h.
|
inherited |
Definition at line 38 of file StarList.h.
|
inherited |
Definition at line 39 of file StarList.h.
|
inlineinherited |
enables to apply a geometrical transfo if Star is Basestar or derives from it.
could be extended to other type of transformations.
Definition at line 75 of file StarList.h.
|
inlineinherited |
Clears the std::list.
Definition at line 69 of file StarList.h.
|
inherited |
clears copy and makes a copy of the std::list to copy
Definition at line 44 of file StarList.cc.
|
inherited |
cuts the end of the std::list
Definition at line 24 of file StarList.cc.
|
inlineinherited |
invokes dump(stream) for all Stars in the std::list.
Definition at line 49 of file StarList.h.
|
inherited |
copy the part of the std::list which is included in the frame at the end of another std::list
Definition at line 35 of file StarList.cc.
|
inherited |
a model routine to sort the std::list
see decreasingFlux() to see what it is, if you want another sorting criterion)
Definition at line 18 of file StarList.cc.
|
inherited |
STL member.