|
EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
#include <timing.h>
Public Member Functions | |
| EB_Timer (string tname, int level) | |
| void | start () |
| void | stop () |
| EGS_Float | getElapsedTime () |
| EGS_Float | getStartTime () |
| EGS_Float | getStop () |
| EGS_Float | getDuration () |
| string | getName () |
| bool | isStopped () |
| bool | isRunning () |
| int | getLevel () |
Private Attributes | |
| string | name |
| EGS_Timer | timer |
| EGS_Float | start_time |
| EGS_Float | stop_time |
| int | nested_level |