Jpp  19.1.0
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JROOT::m_3d< T > Struct Template Reference

3D data point. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::m_3d< T >:

Public Member Functions

 m_3d ()
 Default constructor. More...
 
 m_3d (const double x, const double y, const double z, const T &v)
 Constructor. More...
 

Public Attributes

double x
 abscissa More...
 
double y
 abscissa More...
 
double z
 abscissa More...
 

Detailed Description

template<class T>
struct JROOT::m_3d< T >

3D data point.

Definition at line 253 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ m_3d() [1/2]

template<class T >
JROOT::m_3d< T >::m_3d ( )
inline

Default constructor.

Definition at line 259 of file JRootfit.hh.

259  :
260  T(),
261  x(0.0),
262  y(0.0),
263  z(0.0)
264  {}
double x
abscissa
Definition: JRootfit.hh:282
double z
abscissa
Definition: JRootfit.hh:284
double y
abscissa
Definition: JRootfit.hh:283

◆ m_3d() [2/2]

template<class T >
JROOT::m_3d< T >::m_3d ( const double  x,
const double  y,
const double  z,
const T &  v 
)
inline

Constructor.

Parameters
xabscissa
yabscissa
zabscissa
vordinate

Definition at line 275 of file JRootfit.hh.

275  :
276  T(v),
277  x(x),
278  y(y),
279  z(z)
280  {}
data_type v[N+1][M+1]
Definition: JPolint.hh:866

Member Data Documentation

◆ x

template<class T >
double JROOT::m_3d< T >::x

abscissa

Definition at line 282 of file JRootfit.hh.

◆ y

template<class T >
double JROOT::m_3d< T >::y

abscissa

Definition at line 283 of file JRootfit.hh.

◆ z

template<class T >
double JROOT::m_3d< T >::z

abscissa

Definition at line 284 of file JRootfit.hh.


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