Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4TouchablePropertiesScene Class Reference

#include <G4TouchablePropertiesScene.hh>

+ Inheritance diagram for G4TouchablePropertiesScene:

Public Member Functions

 G4TouchablePropertiesScene (G4PhysicalVolumeModel *pSearchPVModel, const G4ModelingParameters::PVNameCopyNoPath &requiredTouchable)
 
virtual ~G4TouchablePropertiesScene ()
 
const G4PhysicalVolumeModel::TouchablePropertiesGetFoundTouchableProperties () const
 
- Public Member Functions inherited from G4PseudoScene
 G4PseudoScene ()=default
 
virtual ~G4PseudoScene ()=default
 
void PreAddSolid (const G4Transform3D &objectTransformation, const G4VisAttributes &visAttributes)
 
void PostAddSolid ()
 
void AddSolid (const G4Box &solid)
 
void AddSolid (const G4Cons &solid)
 
void AddSolid (const G4Orb &solid)
 
void AddSolid (const G4Para &solid)
 
void AddSolid (const G4Sphere &solid)
 
void AddSolid (const G4Torus &solid)
 
void AddSolid (const G4Trap &solid)
 
void AddSolid (const G4Trd &solid)
 
void AddSolid (const G4Tubs &solid)
 
void AddSolid (const G4Ellipsoid &solid)
 
void AddSolid (const G4Polycone &solid)
 
void AddSolid (const G4Polyhedra &solid)
 
void AddSolid (const G4TessellatedSolid &solid)
 
void AddSolid (const G4VSolid &solid)
 
void AddCompound (const G4VTrajectory &)
 
void AddCompound (const G4VHit &)
 
void AddCompound (const G4VDigi &)
 
void AddCompound (const G4THitsMap< G4double > &)
 
void AddCompound (const G4THitsMap< G4StatDouble > &)
 
void AddCompound (const G4Mesh &)
 
void BeginPrimitives (const G4Transform3D &)
 
void EndPrimitives ()
 
void BeginPrimitives2D (const G4Transform3D &)
 
void EndPrimitives2D ()
 
void AddPrimitive (const G4Polyline &)
 
void AddPrimitive (const G4Text &)
 
void AddPrimitive (const G4Circle &)
 
void AddPrimitive (const G4Square &)
 
void AddPrimitive (const G4Polymarker &)
 
void AddPrimitive (const G4Polyhedron &)
 
void AddPrimitive (const G4Plotter &)
 
- Public Member Functions inherited from G4VGraphicsScene
 G4VGraphicsScene ()
 
virtual ~G4VGraphicsScene ()
 
virtual const G4VisExtentGetExtent () const
 

Additional Inherited Members

- Protected Member Functions inherited from G4PseudoScene
- Protected Attributes inherited from G4PseudoScene
const G4Transform3DfpCurrentObjectTransformation = nullptr
 
const G4VisAttributesfpVisAttributes = nullptr
 

Detailed Description

Definition at line 42 of file G4TouchablePropertiesScene.hh.

Constructor & Destructor Documentation

◆ G4TouchablePropertiesScene()

G4TouchablePropertiesScene::G4TouchablePropertiesScene ( G4PhysicalVolumeModel * pSearchPVModel,
const G4ModelingParameters::PVNameCopyNoPath & requiredTouchable )

Definition at line 36 of file G4TouchablePropertiesScene.cc.

39:fpSearchPVModel(pSearchPVModel)
40,fRequiredTouchable(requiredTouchable)
41{}

◆ ~G4TouchablePropertiesScene()

G4TouchablePropertiesScene::~G4TouchablePropertiesScene ( )
virtual

Definition at line 43 of file G4TouchablePropertiesScene.cc.

43{}

Member Function Documentation

◆ GetFoundTouchableProperties()

const G4PhysicalVolumeModel::TouchableProperties & G4TouchablePropertiesScene::GetFoundTouchableProperties ( ) const
inline

Definition at line 53 of file G4TouchablePropertiesScene.hh.

54 {return fFoundTouchableProperties;}

Referenced by G4TouchableUtils::FindTouchableProperties(), and G4VisCommandSetTouchable::SetNewValue().


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