|
Geant4
10.00.p02
|
#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 |
| 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 38 of file G4Scale.hh.
| enum G4Scale::Direction |
| Enumerator | |
|---|---|
| x | |
| y | |
| z | |
Definition at line 42 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. |
||
| ) |
Definition at line 34 of file G4Scale.cc.
| G4Scale::~G4Scale | ( | ) |
Definition at line 44 of file G4Scale.cc.
| const G4String& G4Scale::GetAnnotation | ( | ) | const |
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
Here is the caller graph for this function:| 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 64 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 80 of file G4Scale.hh.
|
private |
Definition at line 82 of file G4Scale.hh.
|
private |
Definition at line 81 of file G4Scale.hh.
|
private |
Definition at line 79 of file G4Scale.hh.
|
private |
Definition at line 83 of file G4Scale.hh.
|
private |
Definition at line 83 of file G4Scale.hh.
|
private |
Definition at line 83 of file G4Scale.hh.
|
staticprivate |
Definition at line 84 of file G4Scale.hh.
Referenced by GetGuidanceString().