Geant4  10.00.p02
G4PhysicalVolumeSearchScene Class Reference

#include <G4PhysicalVolumeSearchScene.hh>

+ Inheritance diagram for G4PhysicalVolumeSearchScene:
+ Collaboration diagram for G4PhysicalVolumeSearchScene:

Public Member Functions

 G4PhysicalVolumeSearchScene (G4PhysicalVolumeModel *, const G4String &requiredPhysicalVolumeName, G4int requiredCopyNo, G4int verbosity=99)
 
virtual ~G4PhysicalVolumeSearchScene ()
 
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 > &)
 
const std::vector
< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > & 
GetFoundFullPVPath () const
 
G4int GetFoundDepth () const
 
G4VPhysicalVolumeGetFoundVolume () const
 
const G4Transform3DGetFoundTransformation () const
 
virtual void BeginPrimitives (const G4Transform3D &)
 
virtual void EndPrimitives ()
 
virtual void BeginPrimitives2D (const G4Transform3D &)
 
virtual void EndPrimitives2D ()
 
virtual void AddPrimitive (const G4Polyline &)
 
virtual void AddPrimitive (const G4Scale &)
 
virtual void AddPrimitive (const G4Text &)
 
virtual void AddPrimitive (const G4Circle &)
 
virtual void AddPrimitive (const G4Square &)
 
virtual void AddPrimitive (const G4Polymarker &)
 
virtual void AddPrimitive (const G4Polyhedron &)
 
- Public Member Functions inherited from G4VGraphicsScene
 G4VGraphicsScene ()
 
virtual ~G4VGraphicsScene ()
 
virtual const G4VisExtentGetExtent () const
 

Private Member Functions

void FindVolume (const G4VSolid &)
 

Private Attributes

const G4PhysicalVolumeModelfpPVModel
 
G4String fRequiredPhysicalVolumeName
 
G4int fRequiredCopyNo
 
const G4Transform3DfpCurrentObjectTransformation
 
std::vector
< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID
fFoundFullPVPath
 
G4int fFoundDepth
 
G4VPhysicalVolumefpFoundPV
 
G4LogicalVolumefpFoundLV
 
G4Transform3D fFoundObjectTransformation
 
G4int fVerbosity
 
G4bool fMultipleOccurrence
 

Detailed Description

Definition at line 52 of file G4PhysicalVolumeSearchScene.hh.

Constructor & Destructor Documentation

G4PhysicalVolumeSearchScene::G4PhysicalVolumeSearchScene ( G4PhysicalVolumeModel pPVModel,
const G4String requiredPhysicalVolumeName,
G4int  requiredCopyNo,
G4int  verbosity = 99 
)

Definition at line 40 of file G4PhysicalVolumeSearchScene.cc.

G4PhysicalVolumeSearchScene::~G4PhysicalVolumeSearchScene ( )
virtual

Definition at line 55 of file G4PhysicalVolumeSearchScene.cc.

Member Function Documentation

void G4PhysicalVolumeSearchScene::AddCompound ( const G4VTrajectory )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 75 of file G4PhysicalVolumeSearchScene.hh.

void G4PhysicalVolumeSearchScene::AddCompound ( const G4VHit )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 76 of file G4PhysicalVolumeSearchScene.hh.

void G4PhysicalVolumeSearchScene::AddCompound ( const G4VDigi )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 77 of file G4PhysicalVolumeSearchScene.hh.

void G4PhysicalVolumeSearchScene::AddCompound ( const G4THitsMap< G4double > &  )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 78 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Polyline )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 93 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Scale )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 94 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Text )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 95 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Circle )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 96 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Square )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 97 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Polymarker )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 98 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::AddPrimitive ( const G4Polyhedron )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 99 of file G4PhysicalVolumeSearchScene.hh.

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Box solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 64 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Cons solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 65 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Tubs solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 66 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Trd solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 67 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Trap solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 68 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Sphere solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 69 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Para solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 70 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Torus solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 71 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Polycone solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 72 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4Polyhedra solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 73 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

void G4PhysicalVolumeSearchScene::AddSolid ( const G4VSolid solid)
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 74 of file G4PhysicalVolumeSearchScene.hh.

References FindVolume().

+ Here is the call graph for this function:

virtual void G4PhysicalVolumeSearchScene::BeginPrimitives ( const G4Transform3D )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 89 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::BeginPrimitives2D ( const G4Transform3D )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 91 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::EndPrimitives ( )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 90 of file G4PhysicalVolumeSearchScene.hh.

virtual void G4PhysicalVolumeSearchScene::EndPrimitives2D ( )
inlinevirtual

Implements G4VGraphicsScene.

Definition at line 92 of file G4PhysicalVolumeSearchScene.hh.

void G4PhysicalVolumeSearchScene::FindVolume ( const G4VSolid )
private

Definition at line 57 of file G4PhysicalVolumeSearchScene.cc.

References fFoundDepth, fFoundFullPVPath, fFoundObjectTransformation, fMultipleOccurrence, fpCurrentObjectTransformation, fpFoundLV, fpFoundPV, fpPVModel, fRequiredCopyNo, fRequiredPhysicalVolumeName, fVerbosity, G4cout, G4endl, G4PhysicalVolumeModel::GetCurrentDepth(), G4PhysicalVolumeModel::GetCurrentLV(), G4PhysicalVolumeModel::GetCurrentPV(), and G4PhysicalVolumeModel::GetFullPVPath().

Referenced by AddSolid().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int G4PhysicalVolumeSearchScene::GetFoundDepth ( ) const

Referenced by G4VisCommandSceneAddVolume::SetNewValue().

+ Here is the caller graph for this function:

const std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID>& G4PhysicalVolumeSearchScene::GetFoundFullPVPath ( ) const

Referenced by G4VisCommandSceneAddVolume::SetNewValue().

+ Here is the caller graph for this function:

const G4Transform3D& G4PhysicalVolumeSearchScene::GetFoundTransformation ( ) const

Referenced by G4VisCommandSceneAddVolume::SetNewValue().

+ Here is the caller graph for this function:

G4VPhysicalVolume* G4PhysicalVolumeSearchScene::GetFoundVolume ( ) const

Referenced by G4VisCommandSceneAddVolume::SetNewValue(), and G4PhysicalVolumeModel::Validate().

+ Here is the caller graph for this function:

void G4PhysicalVolumeSearchScene::PostAddSolid ( )
virtual

Implements G4VGraphicsScene.

void G4PhysicalVolumeSearchScene::PreAddSolid ( const G4Transform3D objectTransformation,
const G4VisAttributes  
)
virtual

Implements G4VGraphicsScene.

Member Data Documentation

G4int G4PhysicalVolumeSearchScene::fFoundDepth
private

Definition at line 109 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID> G4PhysicalVolumeSearchScene::fFoundFullPVPath
private

Definition at line 108 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4Transform3D G4PhysicalVolumeSearchScene::fFoundObjectTransformation
private

Definition at line 112 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4bool G4PhysicalVolumeSearchScene::fMultipleOccurrence
private

Definition at line 114 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

const G4Transform3D* G4PhysicalVolumeSearchScene::fpCurrentObjectTransformation
private

Definition at line 106 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4LogicalVolume* G4PhysicalVolumeSearchScene::fpFoundLV
private

Definition at line 111 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4VPhysicalVolume* G4PhysicalVolumeSearchScene::fpFoundPV
private

Definition at line 110 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

const G4PhysicalVolumeModel* G4PhysicalVolumeSearchScene::fpPVModel
private

Definition at line 103 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4int G4PhysicalVolumeSearchScene::fRequiredCopyNo
private

Definition at line 105 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4String G4PhysicalVolumeSearchScene::fRequiredPhysicalVolumeName
private

Definition at line 104 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().

G4int G4PhysicalVolumeSearchScene::fVerbosity
private

Definition at line 113 of file G4PhysicalVolumeSearchScene.hh.

Referenced by FindVolume().


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