|
| | manip_box () |
| | Constructor.
|
| |
| | manip_box (const box &f) |
| |
| virtual | ~manip_box () |
| | Destructor.
|
| |
| absvol * | Gavol () const override |
| | Get the volume.
|
| |
| void | chname (char *nm) const override |
| |
| void | print (std::ostream &file, int l) const override |
| |
| manip_box * | copy () const override |
| |
| virtual absvol * | Gavol () const =0 |
| | Get the volume.
|
| |
| virtual const abssyscoor * | Gasc () const |
| | Get the coordinate system.
|
| |
| virtual int | m_check_point_inside (const point &fpt, const vec &dir) const |
| |
| virtual int | m_find_embed_vol (const point &fpt, const vec &fdir, manip_absvol_treeid *atid) const |
| |
| virtual int | m_range (trajestep &fts, int s_ext, int &sb, manip_absvol *&faeid) const |
| |
| virtual int | m_range_ext (trajestep &fts, int s_ext) const |
| |
| void | down_absref (absref *f) const |
| |
| void | up_absref (absref *f) const |
| |
| void | m_chname (char *nm) const |
| |
| virtual void | m_print (std::ostream &file, int l) const |
| |
| manip_absvol * | copy () const |
| |
| virtual | ~manip_absvol () |
| |
| virtual | ~absref () |
| | Destructor.
|
| |
| virtual void | down (const abssyscoor *fasc) |
| | Convert numbering representation of object to basical system of fasc.
|
| |
| virtual void | up (const abssyscoor *fasc) |
| | Convert numbering representation of objects to new system.
|
| |
| virtual void | turn (const vec &dir, vfloat angle) |
| | Turn around axis doing via center of coordinate system along dir.
|
| |
| virtual void | shift (const vec &dir) |
| |
| | box () |
| | Default constructor.
|
| |
| | box (vfloat fdx, vfloat fdy, vfloat fdz, const std::string &fname) |
| |
| | box (vfloat fdx, vfloat fdy, vfloat fdz, vfloat fprec, const std::string &fname) |
| | Constructor with user-provided precision.
|
| |
| | box (box &fb) |
| |
| | box (const box &fb) |
| |
| virtual | ~box () |
| | Destructor.
|
| |
| void | init_prec () |
| |
| void | init_planes () |
| |
| int | check_point_inside (const point &fpt, const vec &dir) const override |
| |
| int | range_ext (trajestep &fts, int s_ext) const override |
| | Range till exit from given volume or to entry only.
|
| |
| void | income (gparticle *gp) override |
| |
| void | chname (char *nm) const override |
| |
| void | print (std::ostream &file, int l) const override |
| |
| box * | copy () const override |
| |
| virtual | ~absvol () |
| | Destructor.
|
| |
| virtual int | check_point_inside (const point &fpt, const vec &dir) const =0 |
| |
| virtual int | find_embed_vol (const point &fpt, const vec &dir, manip_absvol_treeid *atid) const |
| |
| virtual int | range (trajestep &fts, int s_ext, int &sb, manip_absvol *&faeid) const |
| |
| virtual int | range_ext (trajestep &fts, int s_ext) const =0 |
| |
| virtual void | income (gparticle *) |
| |
| virtual void | chname (char *nm) const |
| |
| virtual void | print (std::ostream &file, int l) const |
| |
| virtual absvol * | copy () const |
| |
| virtual std::vector< manip_absvol * > | Gamanip_embed () const |
| |
Box "manipulator".
Definition at line 63 of file box.h.