|
Geant4
10.03
|
#include <G4MagneticField.hh>
Inheritance diagram for G4MagneticField:
Collaboration diagram for G4MagneticField:Public Member Functions | |
| G4MagneticField () | |
| virtual | ~G4MagneticField () |
| G4MagneticField (const G4MagneticField &r) | |
| G4MagneticField & | operator= (const G4MagneticField &p) |
| G4bool | DoesFieldChangeEnergy () const |
| virtual void | GetFieldValue (const G4double Point[4], G4double *Bfield) const =0 |
Public Member Functions inherited from G4ElectroMagneticField | |
| G4ElectroMagneticField () | |
| virtual | ~G4ElectroMagneticField () |
| G4ElectroMagneticField (const G4ElectroMagneticField &r) | |
| G4ElectroMagneticField & | operator= (const G4ElectroMagneticField &p) |
Public Member Functions inherited from G4Field | |
| G4Field (G4bool gravityOn=false) | |
| G4Field (const G4Field &) | |
| virtual | ~G4Field () |
| G4Field & | operator= (const G4Field &p) |
| G4bool | IsGravityActive () const |
| void | SetGravityActive (G4bool OnOffFlag) |
| virtual G4Field * | Clone () const |
Definition at line 46 of file G4MagneticField.hh.
| G4MagneticField::G4MagneticField | ( | ) |
Definition at line 33 of file G4MagneticField.cc.
|
virtual |
Definition at line 38 of file G4MagneticField.cc.
| G4MagneticField::G4MagneticField | ( | const G4MagneticField & | r | ) |
Definition at line 42 of file G4MagneticField.cc.
|
inlinevirtual |
Implements G4ElectroMagneticField.
Definition at line 58 of file G4MagneticField.hh.
Referenced by export_G4MagneticField().
Here is the caller graph for this function:
|
pure virtual |
Implements G4ElectroMagneticField.
Implemented in PurgMagTabulatedField3D, G4UniformMagField, HadrontherapyMagneticField3D, G4CachedMagneticField, PyG4MagneticField, TabulatedField3D, and B5MagneticField.
Referenced by F03FieldSetup::GetConstantFieldValue(), G4CachedMagneticField::GetFieldValue(), and F01FieldSetup::SetFieldValue().
Here is the caller graph for this function:| G4MagneticField & G4MagneticField::operator= | ( | const G4MagneticField & | p | ) |
Definition at line 47 of file G4MagneticField.cc.
References G4ElectroMagneticField::operator=().
Referenced by G4CachedMagneticField::operator=(), and G4UniformMagField::operator=().
Here is the call graph for this function:
Here is the caller graph for this function: