#include <MaterialBudgetCategorizer.h>
|
void | buildCategoryMap (std::string theMaterialFileName, std::map< std::string, std::vector< float > > &theMap) |
|
void | buildMaps () |
|
Definition at line 15 of file MaterialBudgetCategorizer.h.
MaterialBudgetCategorizer::MaterialBudgetCategorizer |
( |
| ) |
|
void MaterialBudgetCategorizer::buildCategoryMap |
( |
std::string |
theMaterialFileName, |
|
|
std::map< std::string, std::vector< float > > & |
theMap |
|
) |
| |
|
private |
void MaterialBudgetCategorizer::buildMaps |
( |
| ) |
|
|
private |
std::vector<float> MaterialBudgetCategorizer::l0fraction |
( |
std::string |
s | ) |
|
|
inline |
int MaterialBudgetCategorizer::material |
( |
std::string |
s | ) |
|
|
inline |
int MaterialBudgetCategorizer::volume |
( |
std::string |
s | ) |
|
|
inline |
std::vector<float> MaterialBudgetCategorizer::x0fraction |
( |
std::string |
s | ) |
|
|
inline |
std::map<std::string,std::vector<float> > MaterialBudgetCategorizer::theL0Map |
|
private |
std::map<std::string,int> MaterialBudgetCategorizer::theMaterialMap |
|
private |
std::map<std::string,int> MaterialBudgetCategorizer::theVolumeMap |
|
private |
std::map<std::string,std::vector<float> > MaterialBudgetCategorizer::theX0Map |
|
private |