![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/graphics_reps/include/G4Scale.hh>
Inheritance diagram for G4Scale:
Collaboration diagram for G4Scale:Public Types | |
| enum | Direction { x, y, z } |
Public Types inherited from G4VMarker | |
| enum | FillStyle { noFill, hashed, filled } |
| enum | SizeType { none, world, screen } |
Static Public Member Functions | |
| static const G4String & | GetGuidanceString () |
Private Attributes | |
| G4double | fLength |
| G4String | fAnnotation |
| G4double | fAnnotationSize |
| Direction | fDirection |
| G4bool | fAutoPlacing |
| G4double | fXmid |
| G4double | fYmid |
| G4double | fZmid |
Static Private Attributes | |
| static const G4String | GuidanceString |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
Definition at line 37 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 37 of file G4Scale.hh
| enum G4Scale::Direction |
Definition at line 41 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 41 of file G4Scale.hh
| G4Scale::G4Scale | ( | G4double | length, |
| const G4String & | annotation = "", |
||
| G4Scale::Direction | direction = x, |
||
| G4bool | autoPlacing = true, |
||
| G4double | xmid = 0., |
||
| G4double | ymid = 0., |
||
| G4double | zmid = 0., |
||
| G4double | annotationSize = 12. |
||
| ) |
Definition at line 33 of file G4Scale.cc.
View newest version in sPHENIX GitHub at line 33 of file G4Scale.cc
| G4Scale::~G4Scale | ( | ) |
Definition at line 45 of file G4Scale.cc.
View newest version in sPHENIX GitHub at line 45 of file G4Scale.cc
| const G4String& G4Scale::GetAnnotation | ( | ) | const |
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
Here is the caller graph for this function:| G4double G4Scale::GetAnnotationSize | ( | ) | const |
| G4bool G4Scale::GetAutoPlacing | ( | ) | const |
| Direction G4Scale::GetDirection | ( | ) | const |
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
Here is the caller graph for this function:
|
static |
Definition at line 65 of file G4Scale.cc.
View newest version in sPHENIX GitHub at line 65 of file G4Scale.cc
References GuidanceString.
Referenced by G4VisCommandSceneAddScale::G4VisCommandSceneAddScale().
Here is the caller graph for this function:| G4double G4Scale::GetLength | ( | ) | const |
| G4double G4Scale::GetXmid | ( | ) | const |
| G4double G4Scale::GetYmid | ( | ) | const |
| G4double G4Scale::GetZmid | ( | ) | const |
|
private |
Definition at line 82 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 82 of file G4Scale.hh
|
private |
Definition at line 83 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 83 of file G4Scale.hh
|
private |
Definition at line 85 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 85 of file G4Scale.hh
|
private |
Definition at line 84 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 84 of file G4Scale.hh
|
private |
Definition at line 81 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 81 of file G4Scale.hh
|
private |
Definition at line 86 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 86 of file G4Scale.hh
|
private |
Definition at line 86 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 86 of file G4Scale.hh
|
private |
Definition at line 86 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 86 of file G4Scale.hh
|
staticprivate |
Definition at line 87 of file G4Scale.hh.
View newest version in sPHENIX GitHub at line 87 of file G4Scale.hh
Referenced by GetGuidanceString().