Geant4
10.02
|
#include <G4PseudoScene.hh>
Public Member Functions | |
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 |
Protected Member Functions | |
virtual void | ProcessVolume (const G4VSolid &)=0 |
Protected Attributes | |
const G4Transform3D * | fpCurrentObjectTransformation |
Definition at line 48 of file G4PseudoScene.hh.
|
inline |
Definition at line 52 of file G4PseudoScene.hh.
|
inlinevirtual |
Definition at line 53 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 69 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 70 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 71 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 72 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 77 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 78 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 79 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 80 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 81 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 82 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 83 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 58 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 59 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 60 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 61 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 62 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 63 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 64 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 65 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 66 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 67 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 68 of file G4PseudoScene.hh.
References ProcessVolume().
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 73 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 75 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 74 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 76 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 57 of file G4PseudoScene.hh.
|
inlinevirtual |
Implements G4VGraphicsScene.
Definition at line 54 of file G4PseudoScene.hh.
References fpCurrentObjectTransformation.
|
protectedpure virtual |
Implemented in G4BoundingSphereScene, G4PhysicalVolumeSearchScene, and G4TouchableDumpScene.
Referenced by AddSolid().
|
protected |
Definition at line 88 of file G4PseudoScene.hh.
Referenced by PreAddSolid(), G4PhysicalVolumeSearchScene::ProcessVolume(), G4BoundingSphereScene::ProcessVolume(), and G4BoundingSphereScene::ResetBoundingSphere().