casa  $Rev:20696$
Public Member Functions | Private Attributes | Static Private Attributes
casa::MSPlotConvertAzimuth Class Reference

#include <MsPlotConvert.h>

Inheritance diagram for casa::MSPlotConvertAzimuth:
casa::TPConvertBase

List of all members.

Public Member Functions

 MSPlotConvertAzimuth (MSDerivedValues *derived, ROMSColumns *columns, Bool onXaxis)
 Constructor.
 ~MSPlotConvertAzimuth ()
 Destructor.
Double Xconvert (Double x, Int row, Int tblNum)
 Conversion along the Xaxis.
Double Yconvert (Double y, Int row, Int tblNum)
 Conversion along the Yaxis.
Double findValue (Double value, Int row)

Private Attributes

Bool convertOnX
 Variables.
MSDerivedValuesitsMsDerived
Int curFieldId
Int lastFieldId
Vector< IntitsFieldIds
ROMSColumnsitsColumns
SLoglog
 Message logger.
uInt numPlotted
 A counter for messaging.

Static Private Attributes

static const String clname

Detailed Description

Definition at line 152 of file MsPlotConvert.h.


Constructor & Destructor Documentation

casa::MSPlotConvertAzimuth::MSPlotConvertAzimuth ( MSDerivedValues derived,
ROMSColumns columns,
Bool  onXaxis 
) [inline]

Constructor.

For some reason message loggin, even when its not being displayed really slows things -- the Logger needs to do things a little faster.

Determine wether the converted value is along the x or y axis.

Store the data bits we need. We could get away with keeping less info around. It's the old speed versus space trade of.

We keep track of the lastFieldId seen by these class. This saves us some calculation time, if the current one is the same as the last we use the stored value rather then recalculate.

Definition at line 156 of file MsPlotConvert.h.

References clname, convertOnX, casa::ROMSMainColumns::fieldId(), casa::SLog::FnEnter(), casa::SLog::FnExit(), casa::ROScalarColumn< T >::getColumn(), itsColumns, itsFieldIds, itsMsDerived, lastFieldId, log, numPlotted, and casa::SLog::slog().

casa::MSPlotConvertAzimuth::~MSPlotConvertAzimuth ( ) [inline]

Destructor.

Definition at line 188 of file MsPlotConvert.h.

References clname, casa::SLog::FnEnter(), casa::SLog::FnExit(), and log.


Member Function Documentation

Double casa::MSPlotConvertAzimuth::findValue ( Double  value,
Int  row 
) [inline]
Double casa::MSPlotConvertAzimuth::Xconvert ( Double  x,
Int  row,
Int  tblNum 
) [inline, virtual]
Double casa::MSPlotConvertAzimuth::Yconvert ( Double  y,
Int  row,
Int  tblNum 
) [inline, virtual]

Member Data Documentation

const String casa::MSPlotConvertAzimuth::clname [static, private]

Variables.

Definition at line 302 of file MsPlotConvert.h.

Referenced by MSPlotConvertAzimuth(), Xconvert(), and Yconvert().

Definition at line 309 of file MsPlotConvert.h.

Referenced by findValue().

Definition at line 311 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertAzimuth().

Definition at line 310 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertAzimuth(), Xconvert(), and Yconvert().

Definition at line 308 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertAzimuth().

Definition at line 309 of file MsPlotConvert.h.

Referenced by findValue(), and MSPlotConvertAzimuth().

Message logger.

Definition at line 314 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertAzimuth(), Xconvert(), Yconvert(), and ~MSPlotConvertAzimuth().

A counter for messaging.

We really don't need to display millions of messages for debugging purposes. This seems to slow things down a lot if we do anyway -- even if they aren't printed to the logger.

Definition at line 320 of file MsPlotConvert.h.

Referenced by findValue(), MSPlotConvertAzimuth(), Xconvert(), and Yconvert().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines