TPPixel Class Reference

#include <pixel.h>

Inheritance diagram for TPPixel:

Inheritance graph
[legend]
Collaboration diagram for TPPixel:

Collaboration graph
[legend]
List of all members.

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_

Detailed Description

Definition at line 173 of file pixel.h.


Constructor & Destructor Documentation

TPPixel::TPPixel (  )  [inline]

Definition at line 181 of file pixel.h.

virtual TPPixel::~TPPixel (  )  [inline, virtual]

Definition at line 182 of file pixel.h.


Member Function Documentation

void TPPixel::computePolar ( void   )  [virtual]

Reimplemented from BasePixel.

Definition at line 161 of file pixel.cpp.

References Pang_, Pmag_, Q_, and U_.

virtual unsigned int TPPixel::maxIndex ( void   )  const [inline, virtual]

Reimplemented from TPixel.

Reimplemented in TPnobsPixel.

Definition at line 191 of file pixel.h.

virtual double& TPPixel::Pang (  )  [inline, virtual]

Reimplemented from BasePixel.

Definition at line 190 of file pixel.h.

References Pang_.

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]

Reimplemented from BasePixel.

Definition at line 188 of file pixel.h.

References Pmag_.

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]

Reimplemented from BasePixel.

Definition at line 184 of file pixel.h.

References Q_.

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]

Reimplemented from BasePixel.

Definition at line 186 of file pixel.h.

References U_.

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().


Member Data Documentation

double TPPixel::Pang_ [protected]

Definition at line 179 of file pixel.h.

Referenced by computePolar(), and Pang().

double TPPixel::Pmag_ [protected]

Definition at line 178 of file pixel.h.

Referenced by computePolar(), and Pmag().

double TPPixel::Q_ [protected]

Definition at line 176 of file pixel.h.

Referenced by computePolar(), and Q().

double TPPixel::U_ [protected]

Definition at line 177 of file pixel.h.

Referenced by computePolar(), and U().


The documentation for this class was generated from the following files:
Generated on Fri Feb 6 15:33:02 2009 for Skyviewer by  doxygen 1.4.7