EGS Brachy
An egs++ user code for rapid brachytherapy calculations
Loading...
Searching...
No Matches
Classes | Typedefs
/Users/marc/Developer/EGSnrc/HEN_HOUSE/user_codes/egs_brachy/egs_brachy/ginfo.h File Reference

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"
Include dependency graph for ginfo.h:
This graph shows which files directly or indirectly include this file:

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, GeomRegionInfoGeomRegionInfoMapT
 a mapping from geometry name to information about that geometry
 

Detailed Description

ginfo contains classes for organizing information about the geometries present in an egs_brachy simulation.

Definition in file ginfo.h.

Typedef Documentation

◆ GeomRegionInfoMapT

typedef map<string, GeomRegionInfo> GeomRegionInfoMapT

a mapping from geometry name to information about that geometry

Definition at line 95 of file ginfo.h.

◆ GeomRegT

typedef pair<EGS_BaseGeometry *, int> GeomRegT

pair of geometry and local region number

Definition at line 79 of file ginfo.h.