Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <tline.h>
Public Member Functions | |
long | get_qi (void) const |
T | get_xmin (void) const |
T | get_xmax (void) const |
const DynLinArr< T > & | get_mesh (void) const |
void | get_scoor (long n, T &b) const |
int | get_interval (long n, T &b1, T &b2) const |
int | get_interval (T x, long &n1) const |
int | get_interval (T x, long &n1, T &b1, long &n2, T &b2) const |
int | get_interval_extrap (T x, long &n1, T &b1, long &n2, T &b2) const |
int | get_step (long n, T &fstep) const |
CopiedPointCoorMesh (void) | |
CopiedPointCoorMesh (long fq, T *famesh) | |
CopiedPointCoorMesh (DynLinArr< T > &famesh) | |
CopiedPointCoorMesh (const CopiedPointCoorMesh< T > &f) | |
CopiedPointCoorMesh< T > & | operator= (const CopiedPointCoorMesh< T > &f) |
void | print (std::ostream &file) const |
|
inline |
CopiedPointCoorMesh< T >::CopiedPointCoorMesh | ( | long | fq, |
T * | famesh | ||
) |
Definition at line 861 of file tline.h.
CopiedPointCoorMesh< T >::CopiedPointCoorMesh | ( | DynLinArr< T > & | famesh | ) |
Definition at line 905 of file tline.h.
|
inline |
|
inline |
Definition at line 775 of file tline.h.
Referenced by CopiedPointCoorMesh< T >::CopiedPointCoorMesh(), and VirtCopiedPointCoorMesh< T >::get_interval().
int CopiedPointCoorMesh< T >::get_interval | ( | T | x, |
long & | n1 | ||
) | const |
Definition at line 950 of file tline.h.
int CopiedPointCoorMesh< T >::get_interval | ( | T | x, |
long & | n1, | ||
T & | b1, | ||
long & | n2, | ||
T & | b2 | ||
) | const |
Definition at line 984 of file tline.h.
int CopiedPointCoorMesh< T >::get_interval_extrap | ( | T | x, |
long & | n1, | ||
T & | b1, | ||
long & | n2, | ||
T & | b2 | ||
) | const |
Definition at line 1031 of file tline.h.
Referenced by VirtCopiedPointCoorMesh< T >::get_interval_extrap().
|
inline |
Definition at line 766 of file tline.h.
Referenced by apeq_mant(), operator!=(), and operator==().
|
inline |
Definition at line 763 of file tline.h.
Referenced by apeq_mant(), VirtCopiedPointCoorMesh< T >::get_qi(), operator!=(), and operator==().
|
inline |
Definition at line 767 of file tline.h.
Referenced by VirtCopiedPointCoorMesh< T >::get_scoor().
|
inline |
Definition at line 795 of file tline.h.
Referenced by VirtCopiedPointCoorMesh< T >::get_step().
|
inline |
Definition at line 765 of file tline.h.
Referenced by apeq_mant(), VirtCopiedPointCoorMesh< T >::get_xmax(), operator!=(), and operator==().
|
inline |
Definition at line 764 of file tline.h.
Referenced by apeq_mant(), VirtCopiedPointCoorMesh< T >::get_xmin(), operator!=(), and operator==().
|
inline |
void CopiedPointCoorMesh< T >::print | ( | std::ostream & | file | ) | const |
Definition at line 1096 of file tline.h.
Referenced by operator<<(), and VirtCopiedPointCoorMesh< T >::print().