|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ArrowModel.hh>
Inheritance diagram for G4ArrowModel:Additional Inherited Members | |
Protected Attributes inherited from G4VModel | |
| G4String | fType |
| G4String | fGlobalTag |
| G4String | fGlobalDescription |
| G4VisExtent | fExtent |
| const G4ModelingParameters * | fpMP |
Definition at line 47 of file G4ArrowModel.hh.
| G4ArrowModel::G4ArrowModel | ( | G4double | x1, |
| G4double | y1, | ||
| G4double | z1, | ||
| G4double | x2, | ||
| G4double | y2, | ||
| G4double | z2, | ||
| G4double | width, | ||
| const G4Colour & | colour, | ||
| const G4String & | description = "", | ||
| G4int | lineSegmentsPerCircle = 6, | ||
| const G4Transform3D & | transform = G4Transform3D() ) |
Definition at line 53 of file G4ArrowModel.cc.
|
virtual |
Definition at line 47 of file G4ArrowModel.cc.
|
overridevirtual |
Implements G4VModel.
Definition at line 137 of file G4ArrowModel.cc.
Referenced by G4VFieldModel::DescribeYourselfTo().