Import Geant4 7.1.0 source tree
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VModel.icc,v 1.9 2001/07/25 21:12:20 johna Exp $
|
||||
// GEANT4 tag $Name: geant4-07-00-cand-01 $
|
||||
// $Id: G4VModel.icc,v 1.10 2005/03/03 16:39:15 allison Exp $
|
||||
// GEANT4 tag $Name: geant4-07-01 $
|
||||
//
|
||||
//
|
||||
// John Allison 31st December 1997.
|
||||
@@ -64,3 +64,15 @@ inline void G4VModel::SetModelingParameters (const G4ModelingParameters* pMP) {
|
||||
inline void G4VModel::SetExtent (const G4VisExtent& extent) {
|
||||
fExtent = extent;
|
||||
}
|
||||
|
||||
inline void G4VModel::SetGlobalDescription (const G4String& desc) {
|
||||
fGlobalDescription = desc;
|
||||
}
|
||||
|
||||
inline void G4VModel::SetGlobalTag (const G4String& tag) {
|
||||
fGlobalTag = tag;
|
||||
}
|
||||
|
||||
inline void G4VModel::SetTransformation (const G4Transform3D& transform) {
|
||||
fTransform = transform;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user