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

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"
Include dependency graph for phantom.cpp:

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)
 

Detailed Description

Implementation of phantom objects.

Author
Randle Taylor (randl.nosp@m.e.ta.nosp@m.ylor@.nosp@m.gmai.nosp@m.l.com)

Definition in file phantom.cpp.

Function Documentation

◆ edepRegTopResultCompare()

bool edepRegTopResultCompare ( const RegionResult firstElem,
const RegionResult secondElem 
)

Definition at line 77 of file phantom.cpp.

◆ space2underscore()

string space2underscore ( std::string  text)

Definition at line 84 of file phantom.cpp.

◆ tlenRegTopResultCompare()

bool tlenRegTopResultCompare ( const RegionResult firstElem,
const RegionResult secondElem 
)

Definition at line 73 of file phantom.cpp.