| 
    Geant4_10
    
   | 
 
#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 () | 
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 | 

| G4bool G4Scale::GetAutoPlacing | ( | ) | const | 

| Direction G4Scale::GetDirection | ( | ) | const | 

      
  | 
  static | 
| G4double G4Scale::GetLength | ( | ) | const | 

| G4double G4Scale::GetXmid | ( | ) | const | 

| G4double G4Scale::GetYmid | ( | ) | const | 

| G4double G4Scale::GetZmid | ( | ) | const | 

 1.8.5