Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AxesModel.hh>
Public Member Functions | |
G4AxesModel (G4double x0, G4double y0, G4double z0, G4double length, G4double arrowWidth=1., const G4String &colourString="auto", const G4String &description="", G4bool withAnnotation=true, G4double textSize=10., const G4Transform3D &transform=G4Transform3D()) | |
G4AxesModel (G4double x0, G4double y0, G4double z0, G4double length, const G4Transform3D &transform=G4Transform3D()) | |
virtual | ~G4AxesModel () |
void | Construct (G4double x0, G4double y0, G4double z0, G4double length, G4double arrowWidth, const G4String &colourString, const G4String &description, G4bool withAnnotation, G4double textSize, const G4Transform3D &transform) |
void | DescribeYourselfTo (G4VGraphicsScene &) override |
Public Member Functions inherited from G4VModel | |
G4VModel (const G4ModelingParameters *=0) | |
virtual | ~G4VModel () |
const G4ModelingParameters * | GetModelingParameters () const |
const G4String & | GetType () const |
virtual G4String | GetCurrentDescription () const |
virtual G4String | GetCurrentTag () const |
const G4VisExtent & | GetExtent () const |
const G4String & | GetGlobalDescription () const |
const G4String & | GetGlobalTag () const |
void | SetModelingParameters (const G4ModelingParameters *) |
void | SetExtent (const G4VisExtent &) |
void | SetType (const G4String &) |
void | SetGlobalDescription (const G4String &) |
void | SetGlobalTag (const G4String &) |
virtual G4bool | Validate (G4bool warn=true) |
Additional Inherited Members | |
Protected Attributes inherited from G4VModel | |
G4String | fType |
G4String | fGlobalTag |
G4String | fGlobalDescription |
G4VisExtent | fExtent |
const G4ModelingParameters * | fpMP |
Definition at line 44 of file G4AxesModel.hh.
G4AxesModel::G4AxesModel | ( | G4double | x0, |
G4double | y0, | ||
G4double | z0, | ||
G4double | length, | ||
G4double | arrowWidth = 1., | ||
const G4String & | colourString = "auto", | ||
const G4String & | description = "", | ||
G4bool | withAnnotation = true, | ||
G4double | textSize = 10., | ||
const G4Transform3D & | transform = G4Transform3D() ) |
Definition at line 56 of file G4AxesModel.cc.
G4AxesModel::G4AxesModel | ( | G4double | x0, |
G4double | y0, | ||
G4double | z0, | ||
G4double | length, | ||
const G4Transform3D & | transform = G4Transform3D() ) |
Definition at line 71 of file G4AxesModel.cc.
|
virtual |
Definition at line 43 of file G4AxesModel.cc.
void G4AxesModel::Construct | ( | G4double | x0, |
G4double | y0, | ||
G4double | z0, | ||
G4double | length, | ||
G4double | arrowWidth, | ||
const G4String & | colourString, | ||
const G4String & | description, | ||
G4bool | withAnnotation, | ||
G4double | textSize, | ||
const G4Transform3D & | transform ) |
Definition at line 86 of file G4AxesModel.cc.
Referenced by G4AxesModel(), and G4AxesModel().
|
overridevirtual |
Implements G4VModel.
Definition at line 196 of file G4AxesModel.cc.
Referenced by DescribeYourselfTo(), and G4VisCommandsTouchable::SetNewValue().