Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VisExtent.hh>
Public Member Functions | |
G4VisExtent (G4double xmin=0., G4double xmax=0., G4double ymin=0., G4double ymax=0., G4double zmin=0., G4double zmax=0.) | |
G4VisExtent (const G4Point3D ¢re, G4double radius) | |
~G4VisExtent () | |
G4bool | operator!= (const G4VisExtent &e) const |
G4bool | operator== (const G4VisExtent &e) const |
G4VisExtent & | Transform (const G4Transform3D &) |
G4double | GetXmin () const |
G4double | GetXmax () const |
G4double | GetYmin () const |
G4double | GetYmax () const |
G4double | GetZmin () const |
G4double | GetZmax () const |
const G4Point3D & | GetExtentCentre () const |
const G4Point3D & | GetExtentCenter () const |
G4double | GetExtentRadius () const |
void | SetXmin (G4double xmin) |
void | SetXmax (G4double xmax) |
void | SetYmin (G4double ymin) |
void | SetYmax (G4double ymax) |
void | SetZmin (G4double zmin) |
void | SetZmax (G4double zmax) |
Static Public Member Functions | |
static const G4VisExtent & | GetNullExtent () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4VisExtent &e) |
Definition at line 54 of file G4VisExtent.hh.
G4VisExtent::G4VisExtent | ( | G4double | xmin = 0. , |
G4double | xmax = 0. , |
||
G4double | ymin = 0. , |
||
G4double | ymax = 0. , |
||
G4double | zmin = 0. , |
||
G4double | zmax = 0. |
||
) |
Definition at line 37 of file G4VisExtent.cc.
Definition at line 44 of file G4VisExtent.cc.
G4VisExtent::~G4VisExtent | ( | ) |
Definition at line 58 of file G4VisExtent.cc.
|
inline |
Definition at line 106 of file G4VisExtent.hh.
Referenced by G4VVisCommand::DrawExtent().
const G4Point3D & G4VisExtent::GetExtentCentre | ( | ) | const |
Definition at line 65 of file G4VisExtent.cc.
Referenced by G4Scene::CalculateExtent(), G4VSceneHandler::CreateSectionSolid(), GetExtentCenter(), G4VisCommandsTouchable::SetNewValue(), and G4VisCommandViewerCentreOn::SetNewValue().
G4double G4VisExtent::GetExtentRadius | ( | ) | const |
Definition at line 75 of file G4VisExtent.cc.
Referenced by G4Scene::CalculateExtent(), G4PhysicalVolumeModel::CalculateExtent(), G4VSceneHandler::CreateSectionSolid(), G4VisManager::RegisterEndOfEventUserVisAction(), G4VisManager::RegisterEndOfRunUserVisAction(), G4VisManager::RegisterRunDurationUserVisAction(), G4DAWNFILEViewer::SendViewParameters(), G4VisCommandSceneAddArrow::SetNewValue(), G4VisCommandSceneAddAxes::SetNewValue(), G4VisCommandSceneAddLogicalVolume::SetNewValue(), G4VisCommandSceneAddLogo::SetNewValue(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandsTouchable::SetNewValue(), G4VisCommandViewerCentreOn::SetNewValue(), and G4RayTracerViewer::SetView().
|
static |
Definition at line 60 of file G4VisExtent.cc.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4Scene::CalculateExtent(), G4VFieldModel::DescribeYourselfTo(), G4VFieldModel::G4VFieldModel(), G4VSceneHandler::ProcessScene(), and G4BoundingExtentScene::ResetBoundingExtent().
|
inline |
Definition at line 100 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
|
inline |
Definition at line 99 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
|
inline |
Definition at line 102 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
|
inline |
Definition at line 101 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
|
inline |
Definition at line 104 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
|
inline |
Definition at line 103 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), G4VSceneHandler::AddPrimitive(), G4tgbVolume::BuildSolidForDivision(), G4VFieldModel::DescribeYourselfTo(), G4VVisCommand::DrawExtent(), G4VFieldModel::G4VFieldModel(), G4VisCommandSceneAddLogo::SetNewValue(), and G4VisCommandSceneAddScale::SetNewValue().
G4bool G4VisExtent::operator!= | ( | const G4VisExtent & | e | ) | const |
Definition at line 93 of file G4VisExtent.cc.
Referenced by operator==().
|
inline |
Definition at line 65 of file G4VisExtent.hh.
|
inline |
Definition at line 112 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
|
inline |
Definition at line 110 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
|
inline |
Definition at line 116 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
|
inline |
Definition at line 114 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
|
inline |
Definition at line 120 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
|
inline |
Definition at line 118 of file G4VisExtent.hh.
Referenced by G4BoundingExtentScene::AccrueBoundingExtent(), and G4VSolid::GetExtent().
G4VisExtent & G4VisExtent::Transform | ( | const G4Transform3D & | transform | ) |
Definition at line 102 of file G4VisExtent.cc.
Referenced by G4VModel::GetTransformedExtent(), G4VisCommandSetVolumeForField::SetNewValue(), and G4VisCommandsTouchable::SetNewValue().
|
friend |
Definition at line 85 of file G4VisExtent.cc.