Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -1,33 +1,21 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 GEANT4 collaboration.
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VSceneHandler.icc,v 1.5 1999/05/12 13:57:26 barrand Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4VSceneHandler.icc,v 1.6.6.1 1999/12/07 20:53:50 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
//
|
||||
// John Allison 19th July 1996.
|
||||
|
||||
inline G4bool G4VSceneHandler::operator == (const G4VSceneHandler& scene) const {
|
||||
inline G4bool G4VSceneHandler::operator ==
|
||||
(const G4VSceneHandler& scene) const {
|
||||
return this == &scene;
|
||||
}
|
||||
|
||||
inline void G4VSceneHandler::EndModeling () {}
|
||||
|
||||
inline void G4VSceneHandler::PreAddThis (const G4Transform3D& objectTransformation,
|
||||
const G4VisAttributes& visAttribs) {
|
||||
fpObjectTransformation = &objectTransformation;
|
||||
fpVisAttribs = &visAttribs;
|
||||
}
|
||||
|
||||
inline void G4VSceneHandler::PostAddThis () {}
|
||||
|
||||
inline void G4VSceneHandler::ClearStore () {}
|
||||
inline void G4VSceneHandler::ClearTransientStore () {}
|
||||
|
||||
inline G4VGraphicsSystem* G4VSceneHandler::GetGraphicsSystem () const {
|
||||
return &fSystem;
|
||||
}
|
||||
@@ -41,14 +29,14 @@ inline G4int G4VSceneHandler::GetViewCount () const {
|
||||
}
|
||||
|
||||
inline
|
||||
G4double G4VSceneHandler::GetMarkerDiameter (const G4VMarker& marker,
|
||||
G4VSceneHandler::MarkerSizeType& sizeType) {
|
||||
G4double G4VSceneHandler::GetMarkerDiameter
|
||||
(const G4VMarker& marker, G4VSceneHandler::MarkerSizeType& sizeType) {
|
||||
return GetMarkerSize (marker, sizeType);
|
||||
}
|
||||
|
||||
inline
|
||||
G4double G4VSceneHandler::GetMarkerRadius (const G4VMarker& marker,
|
||||
G4VSceneHandler::MarkerSizeType& sizeType) {
|
||||
G4double G4VSceneHandler::GetMarkerRadius
|
||||
(const G4VMarker& marker, G4VSceneHandler::MarkerSizeType& sizeType) {
|
||||
return GetMarkerSize (marker, sizeType) / 2.;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user