QXRD  0.11.16
Public Member Functions | Private Attributes | List of all members
QxrdPoint4D Class Reference

#include <qxrdpoint4d.h>

Public Member Functions

 QxrdPoint4D ()
 
 QxrdPoint4D (double x, double y, double z, double t)
 
 QxrdPoint4D (const QxrdPoint4D &p)
 
double x () const
 
double y () const
 
double z () const
 
double t () const
 
double & rx ()
 
double & ry ()
 
double & rz ()
 
double & rt ()
 

Private Attributes

double m_X
 
double m_Y
 
double m_Z
 
double m_T
 

Detailed Description

Definition at line 4 of file qxrdpoint4d.h.

Constructor & Destructor Documentation

QxrdPoint4D::QxrdPoint4D ( )
inline

Definition at line 28 of file qxrdpoint4d.h.

29  : m_X(0),
30  m_Y(0),
31  m_Z(0),
32  m_T(0)
33 {
34 }
double m_X
Definition: qxrdpoint4d.h:22
double m_Z
Definition: qxrdpoint4d.h:24
double m_Y
Definition: qxrdpoint4d.h:23
double m_T
Definition: qxrdpoint4d.h:25
QxrdPoint4D::QxrdPoint4D ( double  x,
double  y,
double  z,
double  t 
)
inline

Definition at line 36 of file qxrdpoint4d.h.

37  : m_X(x),
38  m_Y(y),
39  m_Z(z),
40  m_T(t)
41 {
42 }
double m_X
Definition: qxrdpoint4d.h:22
double t() const
Definition: qxrdpoint4d.h:67
double y() const
Definition: qxrdpoint4d.h:57
double m_Z
Definition: qxrdpoint4d.h:24
double m_Y
Definition: qxrdpoint4d.h:23
double m_T
Definition: qxrdpoint4d.h:25
double x() const
Definition: qxrdpoint4d.h:52
double z() const
Definition: qxrdpoint4d.h:62
QxrdPoint4D::QxrdPoint4D ( const QxrdPoint4D p)
inline

Definition at line 44 of file qxrdpoint4d.h.

45  : m_X(p.x()),
46  m_Y(p.y()),
47  m_Z(p.z()),
48  m_T(p.t())
49 {
50 }
double m_X
Definition: qxrdpoint4d.h:22
double t() const
Definition: qxrdpoint4d.h:67
double y() const
Definition: qxrdpoint4d.h:57
double m_Z
Definition: qxrdpoint4d.h:24
double m_Y
Definition: qxrdpoint4d.h:23
double m_T
Definition: qxrdpoint4d.h:25
double x() const
Definition: qxrdpoint4d.h:52
double z() const
Definition: qxrdpoint4d.h:62

Member Function Documentation

double & QxrdPoint4D::rt ( )
inline

Definition at line 87 of file qxrdpoint4d.h.

References m_T.

88 {
89  return m_T;
90 }
double m_T
Definition: qxrdpoint4d.h:25
double & QxrdPoint4D::rx ( )
inline

Definition at line 72 of file qxrdpoint4d.h.

References m_X.

73 {
74  return m_X;
75 }
double m_X
Definition: qxrdpoint4d.h:22
double & QxrdPoint4D::ry ( )
inline

Definition at line 77 of file qxrdpoint4d.h.

References m_Y.

78 {
79  return m_Y;
80 }
double m_Y
Definition: qxrdpoint4d.h:23
double & QxrdPoint4D::rz ( )
inline

Definition at line 82 of file qxrdpoint4d.h.

References m_Z.

83 {
84  return m_Z;
85 }
double m_Z
Definition: qxrdpoint4d.h:24
double QxrdPoint4D::t ( ) const
inline

Definition at line 67 of file qxrdpoint4d.h.

References m_T.

Referenced by QxrdPlotVectorFieldData::boundingRect(), and QxrdPlotVectorFieldCurve::drawSeries().

68 {
69  return m_T;
70 }
double m_T
Definition: qxrdpoint4d.h:25

Here is the caller graph for this function:

double QxrdPoint4D::x ( ) const
inline

Definition at line 52 of file qxrdpoint4d.h.

References m_X.

Referenced by QxrdPlotVectorFieldData::boundingRect(), and QxrdPlotVectorFieldCurve::drawSeries().

53 {
54  return m_X;
55 }
double m_X
Definition: qxrdpoint4d.h:22

Here is the caller graph for this function:

double QxrdPoint4D::y ( ) const
inline

Definition at line 57 of file qxrdpoint4d.h.

References m_Y.

Referenced by QxrdPlotVectorFieldData::boundingRect(), and QxrdPlotVectorFieldCurve::drawSeries().

58 {
59  return m_Y;
60 }
double m_Y
Definition: qxrdpoint4d.h:23

Here is the caller graph for this function:

double QxrdPoint4D::z ( ) const
inline

Definition at line 62 of file qxrdpoint4d.h.

References m_Z.

Referenced by QxrdPlotVectorFieldData::boundingRect(), and QxrdPlotVectorFieldCurve::drawSeries().

63 {
64  return m_Z;
65 }
double m_Z
Definition: qxrdpoint4d.h:24

Here is the caller graph for this function:

Member Data Documentation

double QxrdPoint4D::m_T
private

Definition at line 25 of file qxrdpoint4d.h.

Referenced by rt(), and t().

double QxrdPoint4D::m_X
private

Definition at line 22 of file qxrdpoint4d.h.

Referenced by rx(), and x().

double QxrdPoint4D::m_Y
private

Definition at line 23 of file qxrdpoint4d.h.

Referenced by ry(), and y().

double QxrdPoint4D::m_Z
private

Definition at line 24 of file qxrdpoint4d.h.

Referenced by rz(), and z().


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