lsst.jointcal ge7491f621d+f69bf0c103
|
#include <RefStar.h>
Public Types | |
using | Element = std::shared_ptr< RefStar > |
using | StarCIterator = typename std::list< Element >::const_iterator |
using | StarIterator = typename std::list< Element >::iterator |
Public Attributes | |
std::shared_ptr< RefStar > | elements |
STL member. More... | |
|
inherited |
Definition at line 60 of file StarList.h.
|
inherited |
Definition at line 61 of file StarList.h.
|
inherited |
Definition at line 62 of file StarList.h.
|
inlineinherited |
enables to apply a geometrical transform if Star is Basestar or derives from it.
could be extended to other type of transformations.
Definition at line 98 of file StarList.h.
|
inlineinherited |
Clears the std::list.
Definition at line 92 of file StarList.h.
|
inherited |
clears copy and makes a copy of the std::list to copy
Definition at line 89 of file StarList.cc.
|
inherited |
cuts the end of the std::list
Definition at line 83 of file StarList.cc.
|
inherited |
copy the part of the std::list which is included in the frame at the end of another std::list
Definition at line 86 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 80 of file StarList.cc.
|
inlineinherited |
invokes print(stream) for all Stars in the std::list.
Definition at line 72 of file StarList.h.
|
inherited |
STL member.