|
Geant4
10.01.p03
|
#include <G4TouchableDumpScene.hh>
Inheritance diagram for G4TouchableDumpScene:
Collaboration diagram for G4TouchableDumpScene:Public Member Functions | |
| G4TouchableDumpScene (std::ostream &os, G4PhysicalVolumeModel *pPVModel, const G4ModelingParameters::PVNameCopyNoPath &requiredTouchable) | |
| virtual | ~G4TouchableDumpScene () |
| G4bool | IsFound () |
Public Member Functions inherited from G4PseudoScene | |
| G4PseudoScene () | |
| virtual | ~G4PseudoScene () |
| void | PreAddSolid (const G4Transform3D &objectTransformation, const G4VisAttributes &) |
| void | PostAddSolid () |
| void | AddSolid (const G4Box &solid) |
| void | AddSolid (const G4Cons &solid) |
| void | AddSolid (const G4Tubs &solid) |
| void | AddSolid (const G4Trd &solid) |
| void | AddSolid (const G4Trap &solid) |
| void | AddSolid (const G4Sphere &solid) |
| void | AddSolid (const G4Para &solid) |
| void | AddSolid (const G4Torus &solid) |
| void | AddSolid (const G4Polycone &solid) |
| void | AddSolid (const G4Polyhedra &solid) |
| void | AddSolid (const G4VSolid &solid) |
| void | AddCompound (const G4VTrajectory &) |
| void | AddCompound (const G4VHit &) |
| void | AddCompound (const G4VDigi &) |
| void | AddCompound (const G4THitsMap< G4double > &) |
| void | BeginPrimitives (const G4Transform3D &) |
| void | EndPrimitives () |
| void | BeginPrimitives2D (const G4Transform3D &) |
| void | EndPrimitives2D () |
| void | AddPrimitive (const G4Polyline &) |
| void | AddPrimitive (const G4Scale &) |
| void | AddPrimitive (const G4Text &) |
| void | AddPrimitive (const G4Circle &) |
| void | AddPrimitive (const G4Square &) |
| void | AddPrimitive (const G4Polymarker &) |
| void | AddPrimitive (const G4Polyhedron &) |
Public Member Functions inherited from G4VGraphicsScene | |
| G4VGraphicsScene () | |
| virtual | ~G4VGraphicsScene () |
| virtual const G4VisExtent & | GetExtent () const |
Private Member Functions | |
| void | ProcessVolume (const G4VSolid &) |
Private Attributes | |
| std::ostream & | fos |
| const G4PhysicalVolumeModel * | fpPVModel |
| G4ModelingParameters::PVNameCopyNoPath | fRequiredTouchable |
| G4bool | fFound |
Additional Inherited Members | |
Protected Attributes inherited from G4PseudoScene | |
| const G4Transform3D * | fpCurrentObjectTransformation |
Definition at line 43 of file G4TouchableDumpScene.hh.
| G4TouchableDumpScene::G4TouchableDumpScene | ( | std::ostream & | os, |
| G4PhysicalVolumeModel * | pPVModel, | ||
| const G4ModelingParameters::PVNameCopyNoPath & | requiredTouchable | ||
| ) |
Definition at line 44 of file G4TouchableDumpScene.cc.
|
virtual |
Definition at line 53 of file G4TouchableDumpScene.cc.
|
inline |
Definition at line 54 of file G4TouchableDumpScene.hh.
References fFound.
Referenced by G4VisCommandsTouchable::SetNewValue().
Here is the caller graph for this function:
|
privatevirtual |
Implements G4PseudoScene.
Definition at line 55 of file G4TouchableDumpScene.cc.
References G4PhysicalVolumeModel::Abort(), G4PhysicalVolumeModel::CreateCurrentAttValues(), fFound, fos, fpPVModel, fRequiredTouchable, G4PhysicalVolumeModel::GetAttDefs(), and G4PhysicalVolumeModel::GetFullPVPath().
Here is the call graph for this function:
|
private |
Definition at line 63 of file G4TouchableDumpScene.hh.
Referenced by IsFound(), and ProcessVolume().
|
private |
Definition at line 60 of file G4TouchableDumpScene.hh.
Referenced by ProcessVolume().
|
private |
Definition at line 61 of file G4TouchableDumpScene.hh.
Referenced by ProcessVolume().
|
private |
Definition at line 62 of file G4TouchableDumpScene.hh.
Referenced by ProcessVolume().