PandaRoot
PndVertex Class Reference

#include <PndVertex.h>

Inheritance diagram for PndVertex:

Public Member Functions

 PndVertex ()
 
 PndVertex (double x, double y, double z)
 
virtual ~PndVertex ()
 
 ClassDef (PndVertex, 0)
 

Detailed Description

Definition at line 13 of file PndVertex.h.

Constructor & Destructor Documentation

◆ PndVertex() [1/2]

PndVertex::PndVertex ( )

◆ PndVertex() [2/2]

PndVertex::PndVertex ( double  x,
double  y,
double  z 
)
inline

Definition at line 16 of file PndVertex.h.

References ClassDef(), and ~PndVertex().

17  {
18  SetX(x);
19  SetY(y);
20  SetZ(z);
21  }

◆ ~PndVertex()

virtual PndVertex::~PndVertex ( )
virtual

Referenced by PndVertex().

Member Function Documentation

◆ ClassDef()

PndVertex::ClassDef ( PndVertex  ,
 
)

Referenced by PndVertex().


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