Garfield++ v1r0
A toolkit for the detailed simulation of particle detectors based on ionisation measurement in gases and semiconductors
|
#include <polyline.h>
Public Member Functions | |
rectangle (void) | |
rectangle (const point &fpiv, vec fdir[2], vfloat fdim[2], vfloat prec) | |
Public Member Functions inherited from Heed::polygon | |
int | check_point_in (const point &fpt, vfloat prec) const |
point | cross (const straight &fsl, vfloat prec) const |
int | range (const point &fpt, const vec &dir, vfloat &rng, point &fptenr, vfloat prec) const |
polygon & | operator= (const polygon &fpl) |
polygon (void) | |
polygon (const polygon &plg) | |
polygon (const polyline_pl &fpl, int fs_convex) | |
polygon (const straight *fsl, int fqsl, vfloat prec) | |
Public Member Functions inherited from Heed::polyline_pl | |
plane | Gpn (void) const |
polyline_pl (void) | |
polyline_pl (const polyline_pl &pl) | |
polyline_pl (const plane &fpn, const point *fpt, int fqpt) | |
polyline_pl (polyline &pl) | |
polyline_pl (const polyline &pl) | |
polyline_pl & | operator= (const polyline_pl &fpl) |
Public Member Functions inherited from Heed::polyline | |
int | Gqpt (void) const |
point | Gpt (int n) const |
int | Gqsl (void) const |
straight | Gsl (int n) const |
int | check_point_in (const point &fpt, vfloat prec) const |
int | cross (const straight &fsl, point *pc, int &qpc, polyline *pl, int &qpl, vfloat prec) const |
vfloat | dist_two_inter (polyline &pl, vfloat prec) const |
vfloat | distance (const point &fpt) const |
vfloat | distance (const point &fpt, point &cpt) const |
polyline (void) | |
polyline (polyline &pl) | |
polyline (const polyline &pl) | |
polyline (const point *fpt, int fqpt) | |
polyline (const point &fpt1, const point &fpt2) | |
polyline & | operator= (const polyline &fpl) |
~polyline (void) | |
Public Member Functions inherited from absref | |
virtual | ~absref () |
virtual void | down (const abssyscoor *fasc) |
virtual void | up (const abssyscoor *fasc) |
virtual void | turn (const vec &dir, vfloat angle) |
virtual void | shift (const vec &dir) |
Public Attributes | |
point | piv |
vec | dir1 |
vec | dir2 |
vfloat | dim [2] |
Public Attributes inherited from Heed::polygon | |
int | s_convex |
Protected Member Functions | |
virtual void | get_components (ActivePtr< absref_transmit > &aref_tran) |
virtual void | get_components (ActivePtr< absref_transmit > &aref_tran) |
Protected Member Functions inherited from Heed::polyline | |
virtual void | get_components (ActivePtr< absref_transmit > &aref_tran) |
void | polyline_init (const point *fpt, int fqpt) |
void | polyline_del (void) |
Static Protected Attributes | |
static absrefabsref::*[4] | aref_rct |
Static Protected Attributes inherited from Heed::polyline_pl | |
static absrefabsref::* | aref_pl = (absref absref::*)&polyline_pl::pn |
Additional Inherited Members | |
Protected Attributes inherited from Heed::polyline_pl | |
plane | pn |
Protected Attributes inherited from Heed::polyline | |
int | qpt |
point * | pt |
int | qsl |
straight * | sl |
absref ** | aref |
Definition at line 192 of file polyline.h.
|
inline |
Definition at line 198 of file polyline.h.
Definition at line 437 of file polyline.cpp.
|
protectedvirtual |
|
staticprotected |
vfloat Heed::rectangle::dim[2] |
Definition at line 197 of file polyline.h.
Referenced by Heed::operator<<(), and rectangle().
vec Heed::rectangle::dir1 |
Definition at line 195 of file polyline.h.
Referenced by Heed::operator<<(), and rectangle().
vec Heed::rectangle::dir2 |
Definition at line 196 of file polyline.h.
Referenced by Heed::operator<<(), and rectangle().
point Heed::rectangle::piv |
Definition at line 194 of file polyline.h.
Referenced by Heed::operator<<(), and rectangle().