Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4MaterialPropertiesTable Member List

This is the complete list of members for G4MaterialPropertiesTable, including all inherited members.

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) constG4MaterialPropertiesTable
ConstPropertyExists(const char *key) constG4MaterialPropertiesTable
ConstPropertyExists(const G4int index) constG4MaterialPropertiesTable
DumpTable() constG4MaterialPropertiesTable
G4MaterialPropertiesTable()G4MaterialPropertiesTable
GetConstProperties() constG4MaterialPropertiesTableinline
GetConstProperty(const G4String &key) constG4MaterialPropertiesTable
GetConstProperty(const char *key) constG4MaterialPropertiesTable
GetConstProperty(const G4int index) constG4MaterialPropertiesTable
GetConstPropertyIndex(const G4String &key) constG4MaterialPropertiesTable
GetMaterialConstPropertyNames() constG4MaterialPropertiesTableinline
GetMaterialPropertyNames() constG4MaterialPropertiesTableinline
GetProperties() constG4MaterialPropertiesTableinline
GetProperty(const char *key) constG4MaterialPropertiesTable
GetProperty(const G4String &key) constG4MaterialPropertiesTable
GetProperty(const G4int index) constG4MaterialPropertiesTable
GetPropertyIndex(const G4String &key) constG4MaterialPropertiesTable
RemoveConstProperty(const G4String &key)G4MaterialPropertiesTable
RemoveConstProperty(const char *key)G4MaterialPropertiesTable
RemoveProperty(const G4String &key)G4MaterialPropertiesTable
RemoveProperty(const char *key)G4MaterialPropertiesTable
~G4MaterialPropertiesTable()G4MaterialPropertiesTablevirtual