Geant4
10.02.p02
|
#include <G4ScaleModel.hh>
Public Member Functions | |
G4ScaleModel (const G4Scale &) | |
virtual | ~G4ScaleModel () |
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 | |
G4ScaleModel (const G4ScaleModel &) | |
G4ScaleModel & | operator= (const G4ScaleModel &) |
Private Attributes | |
G4Scale | fScale |
Additional Inherited Members | |
Protected Attributes inherited from G4VModel | |
G4String | fType |
G4String | fGlobalTag |
G4String | fGlobalDescription |
G4VisExtent | fExtent |
G4Transform3D | fTransform |
const G4ModelingParameters * | fpMP |
Definition at line 46 of file G4ScaleModel.hh.
G4ScaleModel::G4ScaleModel | ( | const G4Scale & | scale | ) |
Definition at line 40 of file G4ScaleModel.cc.
References G4VModel::fGlobalDescription, G4VModel::fGlobalTag, fScale, G4VModel::fType, G4Scale::GetAnnotation(), G4Scale::GetDirection(), G4Scale::x, G4Scale::y, and G4Scale::z.
|
virtual |
Definition at line 38 of file G4ScaleModel.cc.
|
private |
|
virtual |
Implements G4VModel.
Definition at line 57 of file G4ScaleModel.cc.
References G4VGraphicsScene::AddPrimitive(), G4VGraphicsScene::BeginPrimitives(), G4VGraphicsScene::EndPrimitives(), and fScale.
|
private |
|
private |
Definition at line 63 of file G4ScaleModel.hh.
Referenced by DescribeYourselfTo(), and G4ScaleModel().