Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
Loading...
Searching...
No Matches
pointReg Class Reference

#include <vec.h>

+ Inheritance diagram for pointReg:

Public Member Functions

 pointReg (void)
 
 pointReg (const vec &fv)
 
 pointReg (const vfloat &fex, const vfloat &fey, const vfloat &fez)
 
 AnyType_copy (pointReg, point)
 
virtual ~pointReg ()
 
- Public Member Functions inherited from point
virtual void down (const abssyscoor *fasc)
 
virtual void up (const abssyscoor *fasc)
 
virtual void shift (const vec &dir)
 
 point (void)
 
 point (const vec &fv)
 
 point (const vfloat &fex, const vfloat &fey, const vfloat &fez)
 
pointoperator= (const point &fp)
 
vec operator- (const point &pp) const
 
point operator+ (const vec &fv) const
 
 AnyType_copy (point, point)
 
virtual void print (std::ostream &file, int l) const
 
virtual ~point ()
 

Additional Inherited Members

- Public Attributes inherited from point
vec v
 

Detailed Description

Definition at line 538 of file vec.h.

Constructor & Destructor Documentation

◆ pointReg() [1/3]

pointReg::pointReg ( void  )
inline

Definition at line 540 of file vec.h.

540: point(), RegPassivePtr() {}
point(void)
Definition: vec.h:501

◆ pointReg() [2/3]

pointReg::pointReg ( const vec fv)
inline

Definition at line 541 of file vec.h.

541: point(fv) {}

◆ pointReg() [3/3]

pointReg::pointReg ( const vfloat fex,
const vfloat fey,
const vfloat fez 
)
inline

Definition at line 542 of file vec.h.

543 : point(fex, fey, fez) {}

◆ ~pointReg()

virtual pointReg::~pointReg ( )
inlinevirtual

Definition at line 545 of file vec.h.

545{}

Member Function Documentation

◆ AnyType_copy()

pointReg::AnyType_copy ( pointReg  ,
point   
)

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