#include <G4VIsotopeTable.hh>
Definition at line 41 of file G4VIsotopeTable.hh.
◆ G4VIsotopeTable() [1/3]
G4VIsotopeTable::G4VIsotopeTable |
( |
| ) |
|
|
inline |
◆ G4VIsotopeTable() [2/3]
◆ G4VIsotopeTable() [3/3]
Definition at line 100 of file G4VIsotopeTable.hh.
101 : fName(right.fName), verboseLevel(right.verboseLevel)
102{
103}
◆ ~G4VIsotopeTable()
G4VIsotopeTable::~G4VIsotopeTable |
( |
| ) |
|
|
inlinevirtual |
◆ FindIsotope()
◆ GetIsotope()
◆ GetVerboseLevel()
G4int G4VIsotopeTable::GetVerboseLevel |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 106 of file G4VIsotopeTable.hh.
107{
108 if (this != &right){
109 fName = right.fName;
110 verboseLevel = right.verboseLevel;
111 }
112 return *this;
113}
◆ SetVerboseLevel()
void G4VIsotopeTable::SetVerboseLevel |
( |
G4int |
level | ) |
|
|
inline |
The documentation for this class was generated from the following file: