#include <G4Scale.hh>
Inheritance diagram for G4Scale:
Public Types | |
x | |
y | |
z | |
enum | Direction { x, y, z } |
Public Member Functions | |
G4Scale (G4double length, const G4String &annotation="", Direction direction=x, G4bool autoPlacing=true, G4double xmid=0., G4double ymid=0., G4double zmid=0.) | |
~G4Scale () | |
G4double | GetLength () const |
const G4String & | GetAnnotation () const |
Direction | GetDirection () const |
G4bool | GetAutoPlacing () const |
G4double | GetXmid () const |
G4double | GetYmid () const |
G4double | GetZmid () const |
Static Public Member Functions | |
static const G4String & | GetGuidanceString () |
Definition at line 38 of file G4Scale.hh.
enum G4Scale::Direction |
G4Scale::G4Scale | ( | G4double | length, | |
const G4String & | annotation = "" , |
|||
Direction | direction = x , |
|||
G4bool | autoPlacing = true , |
|||
G4double | xmid = 0. , |
|||
G4double | ymid = 0. , |
|||
G4double | zmid = 0. | |||
) |
G4Scale::~G4Scale | ( | ) |
const G4String & G4Scale::GetAnnotation | ( | ) | const [inline] |
Definition at line 36 of file G4Scale.icc.
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
G4bool G4Scale::GetAutoPlacing | ( | ) | const [inline] |
G4Scale::Direction G4Scale::GetDirection | ( | ) | const [inline] |
Definition at line 39 of file G4Scale.icc.
Referenced by G4VSceneHandler::AddPrimitive(), and G4ScaleModel::G4ScaleModel().
const G4String & G4Scale::GetGuidanceString | ( | ) | [static] |
Definition at line 64 of file G4Scale.cc.
Referenced by G4VisCommandSceneAddScale::G4VisCommandSceneAddScale().
G4double G4Scale::GetLength | ( | ) | const [inline] |
G4double G4Scale::GetXmid | ( | ) | const [inline] |
G4double G4Scale::GetYmid | ( | ) | const [inline] |
G4double G4Scale::GetZmid | ( | ) | const [inline] |