Geant4  10.00.p02
G4AxesModel Class Reference

#include <G4AxesModel.hh>

+ Inheritance diagram for G4AxesModel:
+ Collaboration diagram for G4AxesModel:

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)
 
virtual ~G4AxesModel ()
 
virtual void DescribeYourselfTo (G4VGraphicsScene &)
 
- Public Member Functions inherited from G4VModel
 G4VModel (const G4Transform3D &modelTransformation=G4Transform3D(), 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
 
const G4Transform3D & GetTransformation () const
 
void SetModelingParameters (const G4ModelingParameters *)
 
void SetExtent (const G4VisExtent &)
 
void SetType (const G4String &)
 
void SetGlobalDescription (const G4String &)
 
void SetGlobalTag (const G4String &)
 
void SetTransformation (const G4Transform3D &)
 
virtual G4bool Validate (G4bool warn=true)
 

Private Member Functions

 G4AxesModel (const G4AxesModel &)
 
G4AxesModel & operator= (const G4AxesModel &)
 

Private Attributes

G4VModel * fXAxisModel
 
G4VModel * fXLabelModel
 
G4VModel * fXAnnotationModel
 
G4VModel * fYAxisModel
 
G4VModel * fYLabelModel
 
G4VModel * fYAnnotationModel
 
G4VModel * fZAxisModel
 
G4VModel * fZLabelModel
 
G4VModel * fZAnnotationModel
 

Additional Inherited Members

- Protected Attributes inherited from G4VModel
G4String fType
 
G4String fGlobalTag
 
G4String fGlobalDescription
 
G4VisExtent fExtent
 
G4Transform3D fTransform
 
const G4ModelingParameters * fpMP
 

Detailed Description

Definition at line 45 of file G4AxesModel.hh.

Constructor & Destructor Documentation

G4AxesModel::G4AxesModel ( G4double  x0,
G4double  y0,
G4double  z0,
G4double  length,
G4double  arrowWidth = 1.,
const G4String &  colourString = "auto",
const G4String &  description = "",
G4bool  withAnnotation = true 
)

Definition at line 58 of file G4AxesModel.cc.

References G4Colour::Blue(), G4Text::centre, G4BestUnit, G4Exception(), G4Colour::GetColour(), G4Colour::Green(), JustWarning, G4Colour::Red(), G4Text::SetLayout(), G4Text::SetOffset(), G4VMarker::SetScreenSize(), and G4Visible::SetVisAttributes().

+ Here is the call graph for this function:

G4AxesModel::~G4AxesModel ( )
virtual
G4AxesModel::G4AxesModel ( const G4AxesModel &  )
private

Member Function Documentation

void G4AxesModel::DescribeYourselfTo ( G4VGraphicsScene &  sceneHandler)
virtual

Implements G4VModel.

Definition at line 168 of file G4AxesModel.cc.

References G4VModel::DescribeYourselfTo(), fXAnnotationModel, fXAxisModel, fXLabelModel, fYAnnotationModel, fYAxisModel, fYLabelModel, fZAnnotationModel, fZAxisModel, and fZLabelModel.

+ Here is the call graph for this function:

G4AxesModel& G4AxesModel::operator= ( const G4AxesModel &  )
private

Member Data Documentation

G4VModel * G4AxesModel::fXAnnotationModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel* G4AxesModel::fXAxisModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fXLabelModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fYAnnotationModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fYAxisModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fYLabelModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fZAnnotationModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fZAxisModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().

G4VModel * G4AxesModel::fZLabelModel
private

Definition at line 69 of file G4AxesModel.hh.

Referenced by DescribeYourselfTo(), and ~G4AxesModel().


The documentation for this class was generated from the following files: