List of all members | Public Member Functions | Private Attributes
utl::Pair Class Reference

a pair of graph points (x,y) More...

#include "utl/PairComplexLgAmpPhase.h"

Public Member Functions

 Pair ()
 
 Pair (const double x, const double y)
 
double X () const
 
double Y () const
 

Private Attributes

double fX = 0
 
double fY = 0
 

Detailed Description

a pair of graph points (x,y)

a pair of graph points (x,y), adapted to ComplexLgAmpPhase

Author
Stefano Argiro
Date
26 Sep 2003
Author
Tim Huege
Date
10 Jun 2009

Definition at line 25 of file Pair.h.

Constructor & Destructor Documentation

utl::Pair::Pair ( )
inline

Definition at line 28 of file Pair.h.

utl::Pair::Pair ( const double  x,
const double  y 
)
inline

Definition at line 29 of file Pair.h.

Member Function Documentation

double utl::Pair::X ( ) const
inline
double utl::Pair::Y ( ) const
inline

Definition at line 32 of file Pair.h.

References fY.

Referenced by TestOfflineUtils_ROOT_io::IsEqual(), main(), and ReaderTest::testTabulatedFunction().

Member Data Documentation

double utl::Pair::fX = 0
private

Definition at line 35 of file Pair.h.

Referenced by X().

double utl::Pair::fY = 0
private

Definition at line 36 of file Pair.h.

Referenced by Y().


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.