#include <PlotData.h>
Inheritance diagram for casa::PlotScalarErrorDataImpl< T >:


Definition at line 713 of file PlotData.h.
Public Member Functions | |
| ~PlotScalarErrorDataImpl () | |
| Destructor. | |
| bool | errorMaxes (double &xLeft, double &xRight, double &yBottom, double &yTop) |
| Implements PlotErrorData::errorMaxes(). | |
| double | xLeftErrorAt (unsigned int i) const |
| Implements PlotErrorData getter methods. | |
| double | xRightErrorAt (unsigned int i) const |
| double | yBottomErrorAt (unsigned int i) const |
| double | yTopErrorAt (unsigned int i) const |
Private Attributes | |
| T | m_xLeftError |
| T | m_xRightError |
| T | m_yBottomError |
| T | m_yTopError |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 723 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 728 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 742 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 746 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 759 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 763 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::~PlotScalarErrorDataImpl | ( | ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 723 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | xLeftError, | |||
| T | xRightError, | |||
| T | yBottomError, | |||
| T | yTopError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 728 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 742 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | xError, | |||
| T | yError, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 746 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | vector< T > & | x, | |
| vector< T > & | y, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | Vector< T > & | x, | |
| Vector< T > & | y, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 759 of file PlotData.h.
| casa::PlotScalarErrorDataImpl< T >::PlotScalarErrorDataImpl | ( | T *& | x, | |
| T *& | y, | |||
| unsigned int | size, | |||
| T | error, | |||
| bool | shouldDelete = false | |||
| ) | [inline] |
Definition at line 763 of file PlotData.h.
| double casa::PlotScalarErrorDataImpl< T >::xLeftErrorAt | ( | unsigned int | i | ) | const [inline] |
Implements PlotErrorData getter methods.
Definition at line 775 of file PlotData.h.
References casa::PlotScalarErrorDataImpl< T >::m_xLeftError.
| double casa::PlotScalarErrorDataImpl< T >::xRightErrorAt | ( | unsigned int | i | ) | const [inline] |
Definition at line 776 of file PlotData.h.
References casa::PlotScalarErrorDataImpl< T >::m_xRightError.
| double casa::PlotScalarErrorDataImpl< T >::yBottomErrorAt | ( | unsigned int | i | ) | const [inline] |
Definition at line 777 of file PlotData.h.
References casa::PlotScalarErrorDataImpl< T >::m_yBottomError.
| double casa::PlotScalarErrorDataImpl< T >::yTopErrorAt | ( | unsigned int | i | ) | const [inline] |
Definition at line 778 of file PlotData.h.
References casa::PlotScalarErrorDataImpl< T >::m_yTopError.
| bool casa::PlotScalarErrorDataImpl< T >::errorMaxes | ( | double & | xLeft, | |
| double & | xRight, | |||
| double & | yBottom, | |||
| double & | yTop | |||
| ) | [inline] |
Implements PlotErrorData::errorMaxes().
Definition at line 782 of file PlotData.h.
References casa::PlotScalarErrorDataImpl< T >::m_xLeftError, casa::PlotScalarErrorDataImpl< T >::m_xRightError, casa::PlotScalarErrorDataImpl< T >::m_yBottomError, and casa::PlotScalarErrorDataImpl< T >::m_yTopError.
T casa::PlotScalarErrorDataImpl< T >::m_xLeftError [private] |
Definition at line 792 of file PlotData.h.
Referenced by casa::PlotScalarErrorDataImpl< T >::errorMaxes(), and casa::PlotScalarErrorDataImpl< T >::xLeftErrorAt().
T casa::PlotScalarErrorDataImpl< T >::m_xRightError [private] |
Definition at line 792 of file PlotData.h.
Referenced by casa::PlotScalarErrorDataImpl< T >::errorMaxes(), and casa::PlotScalarErrorDataImpl< T >::xRightErrorAt().
T casa::PlotScalarErrorDataImpl< T >::m_yBottomError [private] |
Definition at line 792 of file PlotData.h.
Referenced by casa::PlotScalarErrorDataImpl< T >::errorMaxes(), and casa::PlotScalarErrorDataImpl< T >::yBottomErrorAt().
T casa::PlotScalarErrorDataImpl< T >::m_yTopError [private] |
Definition at line 792 of file PlotData.h.
Referenced by casa::PlotScalarErrorDataImpl< T >::errorMaxes(), and casa::PlotScalarErrorDataImpl< T >::yTopErrorAt().
1.5.1