EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
Implementation of phantom objects. More...
#include <algorithm>
#include <vector>
#include <fstream>
#include "phantom.h"
#include <iomanip>
#include "gzstream.h"
#include "latch.h"
#include "egs_run_control.h"
Go to the source code of this file.
Classes | |
struct | RegionResult |
Functions | |
bool | tlenRegTopResultCompare (const RegionResult &firstElem, const RegionResult &secondElem) |
bool | edepRegTopResultCompare (const RegionResult &firstElem, const RegionResult &secondElem) |
string | space2underscore (std::string text) |
Implementation of phantom objects.
Definition in file phantom.cpp.
bool edepRegTopResultCompare | ( | const RegionResult & | firstElem, |
const RegionResult & | secondElem | ||
) |
Definition at line 77 of file phantom.cpp.
string space2underscore | ( | std::string | text | ) |
Definition at line 84 of file phantom.cpp.
bool tlenRegTopResultCompare | ( | const RegionResult & | firstElem, |
const RegionResult & | secondElem | ||
) |
Definition at line 73 of file phantom.cpp.