EGSnrc C++ class library
Report PIRS-898 (2021)
Iwan Kawrakow, Ernesto Mainegra-Hing, Frederic Tessier, Reid Townson and Blake Walters
|
EGS_Input implementation. More...
#include "egs_input.h"
#include "egs_functions.h"
#include <sstream>
#include <algorithm>
#include <cctype>
#include <fstream>
Go to the source code of this file.
Classes | |
class | EGS_InputLoopVariable |
A base class for input loops. Basic functionality for input loops is provided by this class. Input loops can be used whenever a large number of similar input blocks are needed. More... | |
class | EGS_IntegerInputLoopVariable |
A base class for integer valued input loops. Basic functionality for input loops is provided by this class. More... | |
class | EGS_FloatInputLoopVariable |
A base class for real valued input loops. Basic functionality for input loops is provided by this class. More... | |
class | EGS_ListInputLoopVariable |
Macros | |
#define | S_STREAM std::istringstream |
EGS_Input implementation.
Definition in file egs_input.cpp.