| 
    Geant4
    10.01
    
   | 
 
#include <G4MagneticFieldModel.hh>
 Inheritance diagram for G4MagneticFieldModel:
 Collaboration diagram for G4MagneticFieldModel:Public Member Functions | |
| G4MagneticFieldModel (G4int nDataPointsPerHalfScene=10) | |
| virtual | ~G4MagneticFieldModel () | 
| virtual void | DescribeYourselfTo (G4VGraphicsScene &) | 
  Public Member Functions inherited from G4VModel | |
| G4VModel (const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0) | |
| virtual | ~G4VModel () | 
| const G4ModelingParameters * | GetModelingParameters () const | 
| const G4String & | GetType () const | 
| virtual G4String | GetCurrentDescription () const | 
| virtual G4String | GetCurrentTag () const | 
| const G4VisExtent & | GetExtent () const | 
| const G4String & | GetGlobalDescription () const | 
| const G4String & | GetGlobalTag () const | 
| const G4Transform3D & | GetTransformation () const | 
| void | SetModelingParameters (const G4ModelingParameters *) | 
| void | SetExtent (const G4VisExtent &) | 
| void | SetType (const G4String &) | 
| void | SetGlobalDescription (const G4String &) | 
| void | SetGlobalTag (const G4String &) | 
| void | SetTransformation (const G4Transform3D &) | 
| virtual G4bool | Validate (G4bool warn=true) | 
Private Member Functions | |
| G4MagneticFieldModel (const G4MagneticFieldModel &) | |
| G4MagneticFieldModel & | operator= (const G4MagneticFieldModel &) | 
Private Attributes | |
| G4int | fNDataPointsPerMaxHalfScene | 
Additional Inherited Members | |
  Protected Attributes inherited from G4VModel | |
| G4String | fType | 
| G4String | fGlobalTag | 
| G4String | fGlobalDescription | 
| G4VisExtent | fExtent | 
| G4Transform3D | fTransform | 
| const G4ModelingParameters * | fpMP | 
Definition at line 44 of file G4MagneticFieldModel.hh.
| G4MagneticFieldModel::G4MagneticFieldModel | ( | G4int | nDataPointsPerHalfScene = 10 | ) | 
Definition at line 52 of file G4MagneticFieldModel.cc.
References G4VModel::fGlobalDescription, G4VModel::fGlobalTag, fNDataPointsPerMaxHalfScene, and G4VModel::fType.
      
  | 
  virtual | 
Definition at line 48 of file G4MagneticFieldModel.cc.
      
  | 
  private | 
      
  | 
  virtual | 
Implements G4VModel.
Definition at line 62 of file G4MagneticFieldModel.cc.
References alpha, blue, G4ArrowModel::DescribeYourselfTo(), G4FieldManager::DoesFieldExist(), fNDataPointsPerMaxHalfScene, G4cout, G4endl, G4FieldManager::GetDetectorField(), G4VGraphicsScene::GetExtent(), G4TransportationManager::GetFieldManager(), G4Region::GetFieldManager(), G4LogicalVolume::GetFieldManager(), G4Field::GetFieldValue(), G4VPhysicalVolume::GetLogicalVolume(), G4TransportationManager::GetNavigatorForTracking(), G4LogicalVolume::GetRegion(), G4TransportationManager::GetTransportationManager(), G4VisExtent::GetXmax(), G4VisExtent::GetXmin(), G4VisExtent::GetYmax(), G4VisExtent::GetYmin(), G4VisExtent::GetZmax(), G4VisExtent::GetZmin(), G4Navigator::LocateGlobalPointAndSetup(), G4INCL::Math::max(), pos, red, and z.
 Here is the call graph for this function:
      
  | 
  private | 
      
  | 
  private | 
Definition at line 63 of file G4MagneticFieldModel.hh.
Referenced by DescribeYourselfTo(), and G4MagneticFieldModel().