AddConstProperty(const G4String &key, G4double propertyValue, G4bool createNewKey=false) | G4MaterialPropertiesTable | |
AddConstProperty(const char *key, G4double propertyValue, G4bool createNewKey=false) | G4MaterialPropertiesTable | |
AddEntry(const G4String &key, G4double aPhotonEnergy, G4double aPropertyValue) | G4MaterialPropertiesTable | |
AddEntry(const char *key, G4double aPhotonEnergy, G4double aPropertyValue) | G4MaterialPropertiesTable | |
AddProperty(const G4String &key, const std::vector< G4double > &photonEnergies, const std::vector< G4double > &propertyValues, G4bool createNewKey=false, G4bool spline=false) | G4MaterialPropertiesTable | |
AddProperty(const char *key, G4double *photonEnergies, G4double *propertyValues, G4int numEntries, G4bool createNewKey=false, G4bool spline=false) | G4MaterialPropertiesTable | |
AddProperty(const G4String &key, G4MaterialPropertyVector *opv, G4bool createNewKey=false) | G4MaterialPropertiesTable | |
AddProperty(const char *key, G4MaterialPropertyVector *opv, G4bool createNewKey=false) | G4MaterialPropertiesTable | |
AddProperty(const G4String &key, const G4String &mat) | G4MaterialPropertiesTable | |
ConstPropertyExists(const G4String &key) const | G4MaterialPropertiesTable | |
ConstPropertyExists(const char *key) const | G4MaterialPropertiesTable | |
ConstPropertyExists(const G4int index) const | G4MaterialPropertiesTable | |
DumpTable() const | G4MaterialPropertiesTable | |
G4MaterialPropertiesTable() | G4MaterialPropertiesTable | |
GetConstProperties() const | G4MaterialPropertiesTable | inline |
GetConstProperty(const G4String &key) const | G4MaterialPropertiesTable | |
GetConstProperty(const char *key) const | G4MaterialPropertiesTable | |
GetConstProperty(const G4int index) const | G4MaterialPropertiesTable | |
GetConstPropertyIndex(const G4String &key) const | G4MaterialPropertiesTable | |
GetMaterialConstPropertyNames() const | G4MaterialPropertiesTable | inline |
GetMaterialPropertyNames() const | G4MaterialPropertiesTable | inline |
GetProperties() const | G4MaterialPropertiesTable | inline |
GetProperty(const char *key) const | G4MaterialPropertiesTable | |
GetProperty(const G4String &key) const | G4MaterialPropertiesTable | |
GetProperty(const G4int index) const | G4MaterialPropertiesTable | |
GetPropertyIndex(const G4String &key) const | G4MaterialPropertiesTable | |
RemoveConstProperty(const G4String &key) | G4MaterialPropertiesTable | |
RemoveConstProperty(const char *key) | G4MaterialPropertiesTable | |
RemoveProperty(const G4String &key) | G4MaterialPropertiesTable | |
RemoveProperty(const char *key) | G4MaterialPropertiesTable | |
~G4MaterialPropertiesTable() | G4MaterialPropertiesTable | virtual |