|
EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
ginfo contains classes for organizing information about the geometries present in an egs_brachy simulation. More...
#include <map>#include <set>#include <cstdlib>#include <algorithm>#include "egs_functions.h"#include "egs_input.h"#include "phantom.h"

Go to the source code of this file.
Classes | |
| class | Node |
| struct | GeomRegionInfo |
| a struct to contain elementary information aboud a geometry More... | |
| class | GeomInfo |
| a container for organizing meta data about the geometries More... | |
Typedefs | |
| typedef pair< EGS_BaseGeometry *, int > | GeomRegT |
| pair of geometry and local region number | |
| typedef map< string, GeomRegionInfo > | GeomRegionInfoMapT |
| a mapping from geometry name to information about that geometry | |
ginfo contains classes for organizing information about the geometries present in an egs_brachy simulation.
Definition in file ginfo.h.
| typedef map<string, GeomRegionInfo> GeomRegionInfoMapT |