|
EGS Brachy
An egs++ user code for rapid brachytherapy calculations
|
Functions for loading muen data from a file. More...
#include <algorithm>#include <fstream>#include <string>#include <istream>#include <iostream>#include <sstream>#include <map>#include <cstdlib>#include <vector>#include "egs_functions.h"#include "egs_input.h"#include "egs_interpolator.h"

Go to the source code of this file.
Classes | |
| class | muen::MuenDataParser |
| class for parsing muen data from a file. More... | |
Namespaces | |
| namespace | muen |
Typedefs | |
| typedef pair< double, double > | muen::MuenAtET |
| pair of form (energy, muen(energy)) | |
| typedef map< string, vector< MuenAtET > > | muen::MuenMapT |
| Map from medium name to vector of (e, muen(e)) data for that medium. | |
Functions | |
| std::vector< std::string > & | muen::split (const std::string &s, char delim, std::vector< std::string > &elems) |
| Split a string on input delimeter. | |
| std::vector< std::string > | muen::split (const std::string &s, char delim) |
| Split a string on input delimeter. | |
Functions for loading muen data from a file.
Definition in file muen.h.