lsst.jointcal
master-gc935ebf72c
|
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) | |
constructor More... | |
BaseStar (const Point &point, double flux) | |
double | getX () const |
access stuff. More... | |
double | getY () const |
virtual std::string | __str__ () const |
virtual void | dump (std::ostream &stream=std::cout) const |
utility More... | |
BaseStar & | operator= (const Point &point) |
virtual | ~BaseStar () |
double | getFlux () const |
double & | getFlux () |
void | setFlux (double flux) |
![]() | |
FatPoint () | |
FatPoint (const Point &P, double Vx=1, double Vy=1, double Vxy=0) | |
FatPoint (const double X, const double Y, const double Vx=1, const double Vy=1, const double Vxy=0) | |
void | dump (std::ostream &s=std::cout) const |
utility More... | |
![]() | |
virtual | ~Point () |
Point () | |
Point (double xx, double yy) | |
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 () |
Protected Attributes | |
double | _flux |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const BaseStar &s) |
allows std::cout << aBaseStar; More... | |
Additional Inherited Members | |
![]() | |
double | vx |
double | vy |
double | vxy |
![]() | |
double | x |
coordinate More... | |
double | y |
The base class for handling stars. Used by all matching routines.
Definition at line 26 of file BaseStar.h.
|
inline |
Definition at line 31 of file BaseStar.h.
|
inline |
constructor
Definition at line 37 of file BaseStar.h.
|
inline |
Definition at line 38 of file BaseStar.h.
|
inlinevirtual |
Definition at line 69 of file BaseStar.h.
|
inlinevirtual |
Definition at line 51 of file BaseStar.h.
|
inlinevirtual |
utility
Reimplemented from lsst::jointcal::Point.
Reimplemented in lsst::jointcal::FittedStar, lsst::jointcal::MeasuredStar, and lsst::jointcal::RefStar.
Definition at line 57 of file BaseStar.h.
|
inline |
Definition at line 71 of file BaseStar.h.
|
inline |
Definition at line 72 of file BaseStar.h.
|
inline |
access stuff.
Definition at line 41 of file BaseStar.h.
|
inline |
Definition at line 43 of file BaseStar.h.
Definition at line 61 of file BaseStar.h.
|
inline |
Definition at line 73 of file BaseStar.h.
|
inlinestatic |
Definition at line 67 of file BaseStar.h.
|
friend |
allows std::cout << aBaseStar;
Definition at line 46 of file BaseStar.h.
|
protected |
Definition at line 28 of file BaseStar.h.