Geant4
10.00.p01
|
#include <G4Scale.hh>
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().
G4bool G4Scale::GetAutoPlacing | ( | ) | const |
Direction G4Scale::GetDirection | ( | ) | const |
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
|
static |
Definition at line 64 of file G4Scale.cc.
References GuidanceString.
Referenced by G4VisCommandSceneAddScale::G4VisCommandSceneAddScale().
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().