#include <pixel.h>
Inheritance diagram for TPPixel:
Public Member Functions | |
TPPixel () | |
virtual | ~TPPixel () |
virtual double | Q () const |
virtual double & | Q () |
virtual double | U () const |
virtual double & | U () |
virtual double | Pmag () const |
virtual double & | Pmag () |
virtual double | Pang () const |
virtual double & | Pang () |
virtual unsigned int | maxIndex (void) const |
virtual void | computePolar (void) |
Protected Attributes | |
double | Q_ |
double | U_ |
double | Pmag_ |
double | Pang_ |
Definition at line 173 of file pixel.h.
void TPPixel::computePolar | ( | void | ) | [virtual] |
virtual unsigned int TPPixel::maxIndex | ( | void | ) | const [inline, virtual] |
virtual double& TPPixel::Pang | ( | ) | [inline, virtual] |
virtual double TPPixel::Pang | ( | ) | const [inline, virtual] |
Reimplemented from BasePixel.
Definition at line 189 of file pixel.h.
References Pang_.
Referenced by Skymap::calcStats(), Skymap::getMaxPang(), Skymap::getMeanPang(), Skymap::getMinPang(), and Skymap::getStdDevPang().
virtual double& TPPixel::Pmag | ( | ) | [inline, virtual] |
virtual double TPPixel::Pmag | ( | ) | const [inline, virtual] |
Reimplemented from BasePixel.
Definition at line 187 of file pixel.h.
References Pmag_.
Referenced by Skymap::calcStats(), Skymap::getMaxPmag(), Skymap::getMeanPmag(), Skymap::getMinPmag(), and Skymap::getStdDevPmag().
virtual double& TPPixel::Q | ( | ) | [inline, virtual] |
virtual double TPPixel::Q | ( | ) | const [inline, virtual] |
Reimplemented from BasePixel.
Definition at line 183 of file pixel.h.
References Q_.
Referenced by Skymap::calcStats(), Skymap::getMaxQ(), Skymap::getMeanQ(), Skymap::getMinQ(), and Skymap::getStdDevQ().
virtual double& TPPixel::U | ( | ) | [inline, virtual] |
virtual double TPPixel::U | ( | ) | const [inline, virtual] |
Reimplemented from BasePixel.
Definition at line 185 of file pixel.h.
References U_.
Referenced by Skymap::calcStats(), Skymap::getMaxU(), Skymap::getMeanU(), Skymap::getMinU(), and Skymap::getStdDevU().
double TPPixel::Pang_ [protected] |
double TPPixel::Pmag_ [protected] |
double TPPixel::Q_ [protected] |
double TPPixel::U_ [protected] |