#include <pixel.h>
Inheritance diagram for TPixel:
Public Member Functions | |
TPixel () | |
virtual | ~TPixel () |
virtual double | T () const |
virtual double & | T () |
virtual double | I () const |
virtual double & | I () |
virtual unsigned int | maxIndex (void) const |
Protected Attributes | |
double | T_ |
Definition at line 156 of file pixel.h.
virtual double& TPixel::I | ( | ) | [inline, virtual] |
virtual double TPixel::I | ( | ) | const [inline, virtual] |
virtual unsigned int TPixel::maxIndex | ( | void | ) | const [inline, virtual] |
virtual double& TPixel::T | ( | ) | [inline, virtual] |
virtual double TPixel::T | ( | ) | const [inline, virtual] |
Reimplemented from BasePixel.
Definition at line 163 of file pixel.h.
References T_.
Referenced by Skymap::calcStats(), Skymap::getMaxT(), Skymap::getMeanT(), Skymap::getMinT(), and Skymap::getStdDevT().
double TPixel::T_ [protected] |