Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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 z
abscissa
Definition: JRootfit.hh:284
double x
abscissa
Definition: JRootfit.hh:282
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double y
abscissa
Definition: JRootfit.hh:283
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  {}
double z
abscissa
Definition: JRootfit.hh:284
double x
abscissa
Definition: JRootfit.hh:282
do set_variable OUTPUT_DIRECTORY $WORKDIR T
data_type v[N+1][M+1]
Definition: JPolint.hh:866
double y
abscissa
Definition: JRootfit.hh:283

Member Data Documentation

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

abscissa

Definition at line 282 of file JRootfit.hh.

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

abscissa

Definition at line 283 of file JRootfit.hh.

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: