Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VisManager.hh>
Classes | |
struct | UserVisAction |
Public Types | |
enum | Verbosity { quiet , startup , errors , warnings , confirmations , parameters , all } |
Static Public Member Functions | |
static Verbosity | GetVerbosity () |
static Verbosity | GetVerbosityValue (const G4String &) |
static Verbosity | GetVerbosityValue (G4int) |
static G4String | VerbosityString (Verbosity) |
Static Public Member Functions inherited from G4VVisManager | |
static G4VVisManager * | GetConcreteInstance () |
Static Public Attributes | |
static std::vector< G4String > | VerbosityGuidanceStrings |
Protected Member Functions | |
G4VisManager (const G4String &verbosityString="warnings") | |
virtual void | RegisterGraphicsSystems ()=0 |
virtual void | RegisterModelFactories () |
void | RegisterMessengers () |
void | PrintAvailableGraphicsSystems () const |
Protected Attributes | |
const G4int | fVerbose |
Friends | |
class | G4RTSteppingAction |
class | G4RayTrajectory |
class | G4RayTracerSceneHandler |
class | G4RTMessenger |
class | G4OpenGLViewerMessenger |
class | G4OpenGLXmViewerMessenger |
class | G4HepRepFileSceneHandler |
class | G4VSceneHandler |
class | G4VViewer |
class | G4VisStateDependent |
class | G4VisCommandList |
std::ostream & | operator<< (std::ostream &, const G4VGraphicsSystem &) |
std::ostream & | operator<< (std::ostream &, const G4VSceneHandler &) |
Additional Inherited Members | |
Static Protected Member Functions inherited from G4VVisManager | |
static void | SetConcreteInstance (G4VVisManager *) |
Static Protected Attributes inherited from G4VVisManager | |
static G4VVisManager * | fpConcreteInstance = 0 |
Definition at line 117 of file G4VisManager.hh.
Enumerator | |
---|---|
quiet | |
startup | |
errors | |
warnings | |
confirmations | |
parameters | |
all |
Definition at line 147 of file G4VisManager.hh.
Definition at line 84 of file G4VisManager.cc.
|
virtual |
Definition at line 186 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 648 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 679 of file G4VisManager.cc.
void G4VisManager::CreateSceneHandler | ( | G4String | name = "" | ) |
Definition at line 912 of file G4VisManager.cc.
Referenced by CreateSceneHandler().
Definition at line 933 of file G4VisManager.cc.
Referenced by CreateViewer().
const G4VTrajectoryModel * G4VisManager::CurrentTrajDrawModel | ( | ) | const |
Definition at line 576 of file G4VisManager.cc.
Referenced by G4HepRepFileSceneHandler::BeginModeling(), and DispatchToModel().
void G4VisManager::Disable | ( | ) |
Definition at line 521 of file G4VisManager.cc.
Referenced by G4VisCommandEnable::SetNewValue().
|
virtual |
Implements G4VVisManager.
Definition at line 1134 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 1158 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 750 of file G4VisManager.cc.
Referenced by Draw().
|
virtual |
Implements G4VVisManager.
Definition at line 878 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 756 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 762 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 768 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 774 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 780 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 786 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 792 of file G4VisManager.cc.
Implements G4VVisManager.
Definition at line 851 of file G4VisManager.cc.
Implements G4VVisManager.
Definition at line 840 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 903 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 886 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 862 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 798 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 804 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 810 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 816 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 822 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 828 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 834 of file G4VisManager.cc.
void G4VisManager::Enable | ( | ) |
Definition at line 504 of file G4VisManager.cc.
Referenced by G4VisCommandEnable::SetNewValue().
|
virtual |
Implements G4VVisManager.
Definition at line 666 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 697 of file G4VisManager.cc.
Implements G4VVisManager.
Definition at line 1124 of file G4VisManager.cc.
|
virtual |
Implements G4VVisManager.
Definition at line 1119 of file G4VisManager.cc.
Referenced by DispatchToModel().
|
virtual |
Implements G4VVisManager.
Definition at line 1014 of file G4VisManager.cc.
G4bool G4VisManager::GetAbortReviewKeptEvents | ( | ) | const |
Referenced by G4VisCommandReviewKeptEvents::SetNewValue().
const G4GraphicsSystemList & G4VisManager::GetAvailableGraphicsSystems | ( | ) |
Definition at line 532 of file G4VisManager.cc.
Referenced by G4VisCommandOpen::G4VisCommandOpen().
const G4SceneHandlerList & G4VisManager::GetAvailableSceneHandlers | ( | ) | const |
G4VGraphicsSystem * G4VisManager::GetCurrentGraphicsSystem | ( | ) | const |
Referenced by G4VisCommandDrawTree::SetNewValue().
G4Scene * G4VisManager::GetCurrentScene | ( | ) | const |
Referenced by G4RayTracerSceneHandler::G4RayTracerSceneHandler(), G4VisCommandReviewKeptEvents::SetNewValue(), G4VisCommandDrawTree::SetNewValue(), G4VisCommandSceneActivateModel::SetNewValue(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandSceneEndOfRunAction::SetNewValue(), G4VisCommandSceneAddArrow::SetNewValue(), G4VisCommandSceneAddArrow2D::SetNewValue(), G4VisCommandSceneAddAxes::SetNewValue(), G4VisCommandSceneAddDate::SetNewValue(), G4VisCommandSceneAddDigis::SetNewValue(), G4VisCommandSceneAddEventID::SetNewValue(), G4VisCommandSceneAddFrame::SetNewValue(), G4VisCommandSceneAddGhosts::SetNewValue(), G4VisCommandSceneAddHits::SetNewValue(), G4VisCommandSceneAddLine::SetNewValue(), G4VisCommandSceneAddLine2D::SetNewValue(), G4VisCommandSceneAddLogicalVolume::SetNewValue(), G4VisCommandSceneAddLogo::SetNewValue(), G4VisCommandSceneAddLogo2D::SetNewValue(), G4VisCommandSceneAddPSHits::SetNewValue(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), G4VisCommandSceneAddText2D::SetNewValue(), G4VisCommandSceneAddTrajectories::SetNewValue(), G4VisCommandSceneAddUserAction::SetNewValue(), and G4VisCommandSceneAddVolume::SetNewValue().
G4VSceneHandler * G4VisManager::GetCurrentSceneHandler | ( | ) | const |
G4VViewer * G4VisManager::GetCurrentViewer | ( | ) | const |
Referenced by G4RayTrajectory::AppendStep(), G4VVisCommandGeometrySet::Set(), G4VisCommandReviewKeptEvents::SetNewValue(), G4VisCommandDrawTree::SetNewValue(), G4VisCommandDrawView::SetNewValue(), G4VisCommandGeometryRestore::SetNewValue(), G4VisCommandGeometrySetDaughtersInvisible::SetNewValue(), G4VisCommandGeometrySetVisibility::SetNewValue(), G4VisCommandSceneAddLogo::SetNewValue(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandsTouchableSet::SetNewValue(), G4VisCommandViewerCopyViewFrom::SetNewValue(), G4VisCommandViewerDolly::SetNewValue(), G4VisCommandViewerPan::SetNewValue(), G4VisCommandViewerSave::SetNewValue(), G4VisCommandViewerScale::SetNewValue(), G4VisCommandViewerZoom::SetNewValue(), G4VisCommandsViewerSet::SetNewValue(), G4RTMessenger::SetNewValue(), G4VisCommandGeometrySetVisibility::SetNewValueOnLV(), and G4RTSteppingAction::UserSteppingAction().
const G4ViewParameters & G4VisManager::GetDefaultViewParameters | ( | ) | const |
const std::vector< UserVisAction > & G4VisManager::GetEndOfEventUserVisActions | ( | ) | const |
Referenced by G4VisCommandSceneAddUserAction::SetNewValue().
const std::vector< UserVisAction > & G4VisManager::GetEndOfRunUserVisActions | ( | ) | const |
Referenced by G4VisCommandSceneAddUserAction::SetNewValue().
Referenced by G4VSceneHandler::ProcessScene().
const std::vector< UserVisAction > & G4VisManager::GetRunDurationUserVisActions | ( | ) | const |
Referenced by G4VisCommandSceneAddUserAction::SetNewValue().
const G4SceneList & G4VisManager::GetSceneList | ( | ) | const |
G4bool G4VisManager::GetTransientsDrawnThisEvent | ( | ) | const |
Referenced by G4VSceneHandler::G4VSceneHandler().
G4bool G4VisManager::GetTransientsDrawnThisRun | ( | ) | const |
Referenced by G4VSceneHandler::G4VSceneHandler().
const std::map< G4VUserVisAction *, G4VisExtent > & G4VisManager::GetUserVisActionExtents | ( | ) | const |
|
static |
Definition at line 1816 of file G4VisManager.cc.
Referenced by G4GMocrenFileSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddSolid(), G4GMocrenFileSceneHandler::BeginPrimitives(), G4DAWNFILESceneHandler::BeginSavingG4Prim(), G4GMocrenFileSceneHandler::BeginSavingGdd(), G4DAWNFILEViewer::ClearView(), G4GMocrenFileViewer::ClearView(), G4VRML1FileViewer::ClearView(), G4VRML2FileViewer::ClearView(), G4VRML1FileSceneHandler::closePort(), G4VRML2FileSceneHandler::closePort(), G4VRML1FileSceneHandler::connectPort(), G4VRML2FileSceneHandler::connectPort(), G4VSceneHandler::CreateModelingParameters(), G4DAWNFILEViewer::DrawView(), G4GMocrenFileViewer::DrawView(), G4VRML1FileViewer::DrawView(), G4VRML2FileViewer::DrawView(), G4GMocrenFileSceneHandler::EndPrimitives(), G4DAWNFILESceneHandler::EndSavingG4Prim(), G4GMocrenFileSceneHandler::EndSavingGdd(), G4VRML1FileViewer::FinishView(), G4VRML2FileViewer::FinishView(), G4DAWNFILESceneHandler::FRBeginModeling(), G4GMocrenIO::getDetector(), GMocrenDetector::getEdge(), G4GMocrenIO::getShortDoseDist(), GMocrenTrack::getStep(), G4GMocrenIO::getTrack(), G4GMocrenFileSceneHandler::GFBeginModeling(), G4GMocrenFileSceneHandler::GFEndModeling(), G4GMocrenIO::mergeDoseDist(), GMocrenDataPrimitive< T >::operator+(), GMocrenDataPrimitive< T >::operator+=(), G4VSceneHandler::ProcessScene(), G4VVisCommandViewer::RefreshIfRequired(), G4VSceneHandler::RequestPrimitives(), G4GMocrenIO::retrieveData(), G4GMocrenIO::retrieveData2(), G4GMocrenIO::retrieveData3(), G4GMocrenIO::retrieveData4(), G4DAWNFILEViewer::SendViewParameters(), G4VVisCommandGeometrySet::Set(), G4DAWNFILESceneHandler::SetG4PrimFileName(), G4GMocrenFileSceneHandler::SetGddFileName(), G4VVisCommandGeometrySet::SetLVVisAtts(), G4VisCommandReviewKeptEvents::SetNewValue(), G4VisCommandDrawTree::SetNewValue(), G4VisCommandDrawView::SetNewValue(), G4VisCommandDrawVolume::SetNewValue(), G4VisCommandOpen::SetNewValue(), G4VisCommandSpecify::SetNewValue(), G4VisCommandGeometryList::SetNewValue(), G4VisCommandGeometryRestore::SetNewValue(), G4VisCommandGeometrySetColour::SetNewValue(), G4VisCommandGeometrySetDaughtersInvisible::SetNewValue(), G4VisCommandGeometrySetVisibility::SetNewValue(), G4VisCommandSceneActivateModel::SetNewValue(), G4VisCommandSceneCreate::SetNewValue(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandSceneEndOfRunAction::SetNewValue(), G4VisCommandSceneNotifyHandlers::SetNewValue(), G4VisCommandSceneSelect::SetNewValue(), G4VisCommandSceneAddArrow::SetNewValue(), G4VisCommandSceneAddArrow2D::SetNewValue(), G4VisCommandSceneAddAxes::SetNewValue(), G4VisCommandSceneAddDate::SetNewValue(), G4VisCommandSceneAddDigis::SetNewValue(), G4VisCommandSceneAddEventID::SetNewValue(), G4VisCommandSceneAddFrame::SetNewValue(), G4VisCommandSceneAddGhosts::SetNewValue(), G4VisCommandSceneAddHits::SetNewValue(), G4VisCommandSceneAddLine::SetNewValue(), G4VisCommandSceneAddLine2D::SetNewValue(), G4VisCommandSceneAddLogicalVolume::SetNewValue(), G4VisCommandSceneAddLogo::SetNewValue(), G4VisCommandSceneAddLogo2D::SetNewValue(), G4VisCommandSceneAddPSHits::SetNewValue(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), G4VisCommandSceneAddText2D::SetNewValue(), G4VisCommandSceneAddTrajectories::SetNewValue(), G4VisCommandSceneAddUserAction::SetNewValue(), G4VisCommandSceneAddVolume::SetNewValue(), G4VisCommandSceneHandlerAttach::SetNewValue(), G4VisCommandSceneHandlerCreate::SetNewValue(), G4VisCommandSceneHandlerSelect::SetNewValue(), G4VisCommandSetColour::SetNewValue(), G4VisCommandSetTextColour::SetNewValue(), G4VisCommandSetLineWidth::SetNewValue(), G4VisCommandSetTextLayout::SetNewValue(), G4VisCommandSetTouchable::SetNewValue(), G4VisCommandsTouchableSet::SetNewValue(), G4VisCommandViewerAddCutawayPlane::SetNewValue(), G4VisCommandViewerChangeCutawayPlane::SetNewValue(), G4VisCommandViewerClear::SetNewValue(), G4VisCommandViewerClearCutawayPlanes::SetNewValue(), G4VisCommandViewerClearTransients::SetNewValue(), G4VisCommandViewerClone::SetNewValue(), G4VisCommandViewerCopyViewFrom::SetNewValue(), G4VisCommandViewerCreate::SetNewValue(), G4VisCommandViewerDolly::SetNewValue(), G4VisCommandViewerFlush::SetNewValue(), G4VisCommandViewerPan::SetNewValue(), G4VisCommandViewerReset::SetNewValue(), G4VisCommandViewerRefresh::SetNewValue(), G4VisCommandViewerRebuild::SetNewValue(), G4VisCommandViewerSave::SetNewValue(), G4VisCommandViewerScale::SetNewValue(), G4VisCommandViewerSelect::SetNewValue(), G4VisCommandViewerUpdate::SetNewValue(), G4VisCommandViewerZoom::SetNewValue(), G4VisCommandViewerDefaultHiddenEdge::SetNewValue(), G4VisCommandViewerDefaultStyle::SetNewValue(), G4VisCommandsViewerSet::SetNewValue(), G4VisCommandGeometrySetVisibility::SetNewValueOnLV(), G4DAWNFILEViewer::SetView(), G4GMocrenFileViewer::SetView(), G4DAWNFILEViewer::ShowView(), G4GMocrenFileViewer::ShowView(), G4VRML1FileViewer::ShowView(), G4VRML2FileViewer::ShowView(), G4GMocrenIO::storeData3(), G4VVisCommand::UpdateVisManagerScene(), G4DAWNFILESceneHandler::~G4DAWNFILESceneHandler(), G4GMocrenFileSceneHandler::~G4GMocrenFileSceneHandler(), G4VRML1FileSceneHandler::~G4VRML1FileSceneHandler(), and G4VRML2FileSceneHandler::~G4VRML2FileSceneHandler().
|
static |
Definition at line 1777 of file G4VisManager.cc.
Referenced by G4VisManager(), GetVerbosityValue(), G4VisCommandList::SetNewValue(), G4VisCommandVerbose::SetNewValue(), G4VisCommandSceneList::SetNewValue(), G4VisCommandSceneHandlerList::SetNewValue(), G4VisCommandViewerList::SetNewValue(), and SetVerboseLevel().
|
static |
Definition at line 1738 of file G4VisManager.cc.
Referenced by G4VisCommandsViewerSet::SetNewValue().
void G4VisManager::Initialise | ( | ) |
Definition at line 228 of file G4VisManager.cc.
Referenced by CreateSceneHandler(), and CreateViewer().
void G4VisManager::Initialize | ( | ) |
Referenced by G4VisCommandInitialize::SetNewValue().
|
virtual |
Reimplemented from G4VVisManager.
Definition at line 1087 of file G4VisManager.cc.
|
protected |
Definition at line 1377 of file G4VisManager.cc.
Referenced by Initialise(), and G4VisCommandList::SetNewValue().
void G4VisManager::RegisterEndOfEventUserVisAction | ( | const G4String & | name, |
G4VUserVisAction * | pVisAction, | ||
const G4VisExtent & | extent = G4VisExtent::NullExtent |
||
) |
Definition at line 1211 of file G4VisManager.cc.
void G4VisManager::RegisterEndOfRunUserVisAction | ( | const G4String & | name, |
G4VUserVisAction * | pVisAction, | ||
const G4VisExtent & | extent = G4VisExtent::NullExtent |
||
) |
Definition at line 1227 of file G4VisManager.cc.
G4bool G4VisManager::RegisterGraphicsSystem | ( | G4VGraphicsSystem * | pSystem | ) |
Definition at line 552 of file G4VisManager.cc.
|
protectedpure virtual |
Referenced by Initialise().
void G4VisManager::RegisterMessenger | ( | G4UImessenger * | messenger | ) |
Referenced by G4VisManager(), and RegisterMessengers().
|
protected |
Definition at line 339 of file G4VisManager.cc.
Referenced by Initialise().
Definition at line 632 of file G4VisManager.cc.
Definition at line 621 of file G4VisManager.cc.
void G4VisManager::RegisterModel | ( | G4VFilter< G4VTrajectory > * | filter | ) |
Definition at line 610 of file G4VisManager.cc.
void G4VisManager::RegisterModel | ( | G4VTrajectoryModel * | model | ) |
Definition at line 599 of file G4VisManager.cc.
|
protectedvirtual |
void G4VisManager::RegisterModelFactory | ( | G4DigiFilterFactory * | factory | ) |
Definition at line 638 of file G4VisManager.cc.
void G4VisManager::RegisterModelFactory | ( | G4HitFilterFactory * | factory | ) |
Definition at line 627 of file G4VisManager.cc.
void G4VisManager::RegisterModelFactory | ( | G4TrajDrawModelFactory * | factory | ) |
Definition at line 605 of file G4VisManager.cc.
void G4VisManager::RegisterModelFactory | ( | G4TrajFilterFactory * | factory | ) |
Definition at line 616 of file G4VisManager.cc.
void G4VisManager::RegisterRunDurationUserVisAction | ( | const G4String & | name, |
G4VUserVisAction * | pVisAction, | ||
const G4VisExtent & | extent = G4VisExtent::NullExtent |
||
) |
Definition at line 1195 of file G4VisManager.cc.
void G4VisManager::ResetTransientsDrawnFlags | ( | ) |
Definition at line 1720 of file G4VisManager.cc.
Referenced by SetCurrentScene(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandSceneEndOfRunAction::SetNewValue(), and G4VisCommandViewerClearTransients::SetNewValue().
Definition at line 643 of file G4VisManager.cc.
void G4VisManager::SetAbortReviewKeptEvents | ( | G4bool | ) |
G4SceneHandlerList & G4VisManager::SetAvailableSceneHandlers | ( | ) |
void G4VisManager::SetCurrentGraphicsSystem | ( | G4VGraphicsSystem * | pSystem | ) |
Definition at line 1251 of file G4VisManager.cc.
Referenced by G4VisCommandDrawTree::SetNewValue().
void G4VisManager::SetCurrentScene | ( | G4Scene * | pScene | ) |
Definition at line 1242 of file G4VisManager.cc.
Referenced by G4RayTracerSceneHandler::G4RayTracerSceneHandler(), and G4VisCommandDrawTree::SetNewValue().
void G4VisManager::SetCurrentSceneHandler | ( | G4VSceneHandler * | pSceneHandler | ) |
Definition at line 1298 of file G4VisManager.cc.
Referenced by G4VisCommandDrawTree::SetNewValue().
void G4VisManager::SetCurrentViewer | ( | G4VViewer * | pViewer | ) |
Definition at line 1350 of file G4VisManager.cc.
Referenced by CreateViewer(), SetCurrentViewer(), and G4VisCommandDrawTree::SetNewValue().
void G4VisManager::SetDefaultViewParameters | ( | const G4ViewParameters & | ) |
void G4VisManager::SetEventRefreshing | ( | G4bool | ) |
Referenced by G4VSceneHandler::ProcessScene().
Referenced by G4VisCommandReviewKeptEvents::SetNewValue().
G4SceneList & G4VisManager::SetSceneList | ( | ) |
Referenced by G4RayTracerSceneHandler::G4RayTracerSceneHandler().
void G4VisManager::SetUserAction | ( | G4VUserVisAction * | pVisAction, |
const G4VisExtent & | = G4VisExtent::NullExtent |
||
) |
void G4VisManager::SetUserActionExtent | ( | const G4VisExtent & | ) |
Definition at line 1824 of file G4VisManager.cc.
void G4VisManager::SetVerboseLevel | ( | G4int | intVerbosity | ) |
Definition at line 1820 of file G4VisManager.cc.
Referenced by G4VisCommandVerbose::SetNewValue().
void G4VisManager::SetVerboseLevel | ( | Verbosity | ) |
Definition at line 1762 of file G4VisManager.cc.
Referenced by G4VisManager(), GetVerbosityValue(), and G4VisCommandVerbose::SetNewValue().
Definition at line 1732 of file G4VisManager.cc.
Referenced by GetViewer().
|
friend |
Definition at line 133 of file G4VisManager.hh.
|
friend |
Definition at line 131 of file G4VisManager.hh.
|
friend |
Definition at line 132 of file G4VisManager.hh.
|
friend |
Definition at line 129 of file G4VisManager.hh.
|
friend |
Definition at line 128 of file G4VisManager.hh.
|
friend |
Definition at line 130 of file G4VisManager.hh.
|
friend |
Definition at line 127 of file G4VisManager.hh.
|
friend |
Definition at line 139 of file G4VisManager.hh.
|
friend |
Definition at line 138 of file G4VisManager.hh.
Referenced by G4VisManager().
|
friend |
Definition at line 136 of file G4VisManager.hh.
|
friend |
Definition at line 137 of file G4VisManager.hh.
|
friend |
Definition at line 68 of file G4VGraphicsSystem.cc.
|
friend |
Definition at line 963 of file G4VSceneHandler.cc.
Definition at line 461 of file G4VisManager.hh.
|
static |
Definition at line 447 of file G4VisManager.hh.
Referenced by G4VisCommandVerbose::G4VisCommandVerbose(), G4VisManager(), and GetVerbosityValue().