#include <G4VModel.hh>
Definition at line 53 of file G4VModel.hh.
◆ G4VModel() [1/2]
Definition at line 38 of file G4VModel.cc.
const G4ModelingParameters * fpMP
G4String fGlobalDescription
◆ ~G4VModel()
◆ G4VModel() [2/2]
◆ DescribeYourselfTo()
Implemented in G4PhysicalVolumeModel, CexmcScenePrimitives, G4LogicalVolumeModel, G4CallbackModel< F >, G4AxesModel, G4TrajectoriesModel, G4ArrowModel, G4DigiModel, G4HitsModel, G4MagneticFieldModel, G4ScaleModel, G4TextModel, G4PSHitsModel, and G4NullModel.
◆ GetCurrentDescription()
G4String G4VModel::GetCurrentDescription |
( |
| ) |
const |
|
virtual |
◆ GetCurrentTag()
G4String G4VModel::GetCurrentTag |
( |
| ) |
const |
|
virtual |
◆ GetExtent()
◆ GetGlobalDescription()
const G4String& G4VModel::GetGlobalDescription |
( |
| ) |
const |
◆ GetGlobalTag()
const G4String& G4VModel::GetGlobalTag |
( |
| ) |
const |
◆ GetModelingParameters()
◆ GetTransformation()
◆ GetType()
const G4String& G4VModel::GetType |
( |
| ) |
const |
◆ operator=()
◆ SetExtent()
◆ SetGlobalDescription()
void G4VModel::SetGlobalDescription |
( |
const G4String & |
| ) |
|
◆ SetGlobalTag()
void G4VModel::SetGlobalTag |
( |
const G4String & |
| ) |
|
◆ SetModelingParameters()
◆ SetTransformation()
◆ SetType()
void G4VModel::SetType |
( |
const G4String & |
| ) |
|
◆ Validate()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const G4VModel & |
model |
|
) |
| |
|
friend |
Definition at line 63 of file G4VModel.cc.
65 os <<
"\n Modeling parameters:";
67 if (mp) os <<
"\n " << *mp;
69 os <<
"\n Extent: " << model.
fExtent;
70 os <<
"\n Transformation: ";
71 os <<
"\n Rotation: ";
73 os << rotation.
thetaX() <<
", " 74 << rotation.
phiX() <<
", " 75 << rotation.
thetaY() <<
", " 76 << rotation.
phiY() <<
", " 77 << rotation.
thetaZ() <<
", "
const G4ModelingParameters * fpMP
G4String fGlobalDescription
◆ fExtent
◆ fGlobalDescription
◆ fGlobalTag
◆ fpMP
◆ fTransform
◆ fType
The documentation for this class was generated from the following files: