Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4BoundingExtentScene.hh>
Public Member Functions | |
G4BoundingExtentScene (G4VModel *pModel=0) | |
virtual | ~G4BoundingExtentScene () |
const G4VisExtent & | GetExtent () const |
const G4VisExtent & | GetBoundingExtent () const |
void | ResetBoundingExtent () |
void | AccrueBoundingExtent (const G4VisExtent &) |
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 () |
Additional Inherited Members | |
Protected Member Functions inherited from G4PseudoScene | |
Protected Attributes inherited from G4PseudoScene | |
const G4Transform3D * | fpCurrentObjectTransformation = nullptr |
const G4VisAttributes * | fpVisAttributes = nullptr |
Definition at line 40 of file G4BoundingExtentScene.hh.
G4BoundingExtentScene::G4BoundingExtentScene | ( | G4VModel * | pModel = 0 | ) |
Definition at line 37 of file G4BoundingExtentScene.cc.
|
virtual |
Definition at line 41 of file G4BoundingExtentScene.cc.
void G4BoundingExtentScene::AccrueBoundingExtent | ( | const G4VisExtent & | newExtent | ) |
Definition at line 62 of file G4BoundingExtentScene.cc.
Referenced by G4Scene::CalculateExtent(), and G4VisCommandSetVolumeForField::SetNewValue().
|
inline |
Definition at line 50 of file G4BoundingExtentScene.hh.
Referenced by G4PhysicalVolumeModel::CalculateExtent(), and G4Scene::CalculateExtent().
|
inlinevirtual |
Reimplemented from G4VGraphicsScene.
Definition at line 48 of file G4BoundingExtentScene.hh.
Referenced by G4VisCommandSetVolumeForField::SetNewValue().
void G4BoundingExtentScene::ResetBoundingExtent | ( | ) |
Definition at line 56 of file G4BoundingExtentScene.cc.