Jpp  18.6.0-rc.1
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 252 of file JRootfit.hh.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 258 of file JRootfit.hh.

258  :
259  T(),
260  x(0.0),
261  y(0.0),
262  z(0.0)
263  {}
double z
abscissa
Definition: JRootfit.hh:283
double x
abscissa
Definition: JRootfit.hh:281
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double y
abscissa
Definition: JRootfit.hh:282
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 274 of file JRootfit.hh.

274  :
275  T(v),
276  x(x),
277  y(y),
278  z(z)
279  {}
double z
abscissa
Definition: JRootfit.hh:283
double x
abscissa
Definition: JRootfit.hh:281
do set_variable OUTPUT_DIRECTORY $WORKDIR T
data_type v[N+1][M+1]
Definition: JPolint.hh:866
double y
abscissa
Definition: JRootfit.hh:282

Member Data Documentation

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

abscissa

Definition at line 281 of file JRootfit.hh.

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

abscissa

Definition at line 282 of file JRootfit.hh.

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

abscissa

Definition at line 283 of file JRootfit.hh.


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