lsst.jointcal
14.0-31-gde643ac
|
The base class for handling stars. Used by all matching routines. More...
#include <BaseStar.h>
Public Member Functions | |
BaseStar () | |
BaseStar (double xx, double yy, double flux, double fluxErr) | |
constructor More... | |
BaseStar (Point const &point, double flux, double fluxErr) | |
double | getX () const |
access stuff. More... | |
double | getY () const |
virtual void | dump (std::ostream &stream=std::cout) const |
utility More... | |
BaseStar & | operator= (Point const &point) |
virtual | ~BaseStar () |
double | getFlux () const |
double & | getFlux () |
void | setFlux (double flux) |
double | getFluxErr () const |
void | setFluxErr (double fluxErr) |
double | Distance (const Point &other) const |
double | computeDist2 (const Point &other) const |
distance squared to other More... | |
Point | operator+ (const Point &Right) const |
Sum. More... | |
Point | operator- (const Point &Right) const |
Difference. More... | |
Static Public Member Functions | |
static const char * | typeName () |
Public Attributes | |
double | vx |
double | vy |
double | vxy |
double | x |
coordinate More... | |
double | y |
Protected Attributes | |
double | _flux |
double | _fluxErr |
Friends | |
std::ostream & | operator<< (std::ostream &stream, BaseStar const &s) |
allows std::cout << aBaseStar; More... | |
The base class for handling stars. Used by all matching routines.
Definition at line 22 of file BaseStar.h.
|
inline |
Definition at line 24 of file BaseStar.h.
|
inline |
constructor
Definition at line 30 of file BaseStar.h.
|
inline |
Definition at line 32 of file BaseStar.h.
|
inlinevirtual |
Definition at line 58 of file BaseStar.h.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtual |
utility
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::MeasuredStar, and lsst::jointcal::RefStar.
Definition at line 46 of file BaseStar.h.
|
inline |
Definition at line 60 of file BaseStar.h.
|
inline |
Definition at line 61 of file BaseStar.h.
|
inline |
Definition at line 64 of file BaseStar.h.
|
inline |
access stuff.
Definition at line 36 of file BaseStar.h.
|
inline |
Definition at line 38 of file BaseStar.h.
Definition at line 50 of file BaseStar.h.
|
inline |
Definition at line 62 of file BaseStar.h.
|
inline |
Definition at line 65 of file BaseStar.h.
|
inlinestatic |
Definition at line 56 of file BaseStar.h.
|
friend |
allows std::cout << aBaseStar;
Definition at line 41 of file BaseStar.h.
|
protected |
Definition at line 69 of file BaseStar.h.
|
protected |
Definition at line 70 of file BaseStar.h.
|
inherited |
Definition at line 13 of file FatPoint.h.
|
inherited |
Definition at line 13 of file FatPoint.h.
|
inherited |
Definition at line 13 of file FatPoint.h.