Geant4  10.02
G4VisManager Class Referenceabstract

#include <G4VisManager.hh>

+ Inheritance diagram for G4VisManager:
+ Collaboration diagram for G4VisManager:

Classes

struct  UserVisAction
 

Public Types

enum  Verbosity {
  quiet, startup, errors, warnings,
  confirmations, parameters, all
}
 

Public Member Functions

virtual ~G4VisManager ()
 
void Initialise ()
 
void Initialize ()
 
void RegisterRunDurationUserVisAction (const G4String &name, G4VUserVisAction *, const G4VisExtent &=G4VisExtent::NullExtent)
 
void RegisterEndOfEventUserVisAction (const G4String &name, G4VUserVisAction *, const G4VisExtent &=G4VisExtent::NullExtent)
 
void RegisterEndOfRunUserVisAction (const G4String &name, G4VUserVisAction *, const G4VisExtent &=G4VisExtent::NullExtent)
 
G4bool RegisterGraphicsSystem (G4VGraphicsSystem *)
 
void RegisterModelFactory (G4TrajDrawModelFactory *factory)
 
void RegisterModel (G4VTrajectoryModel *model)
 
void RegisterModelFactory (G4TrajFilterFactory *factory)
 
void RegisterModel (G4VFilter< G4VTrajectory > *filter)
 
void RegisterModelFactory (G4HitFilterFactory *factory)
 
void RegisterModel (G4VFilter< G4VHit > *filter)
 
void RegisterModelFactory (G4DigiFilterFactory *factory)
 
void RegisterModel (G4VFilter< G4VDigi > *filter)
 
void SelectTrajectoryModel (const G4String &model)
 
void RegisterMessenger (G4UImessenger *messenger)
 
void Draw (const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Polyhedron &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Polyline &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Polymarker &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Scale &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Square &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4Text &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Circle &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Polyhedron &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Polyline &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Polymarker &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Square &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw2D (const G4Text &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4VTrajectory &)
 
void Draw (const G4VHit &)
 
void Draw (const G4VDigi &)
 
void Draw (const G4LogicalVolume &, const G4VisAttributes &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4VPhysicalVolume &, const G4VisAttributes &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void Draw (const G4VSolid &, const G4VisAttributes &, const G4Transform3D &objectTransformation=G4Transform3D())
 
void BeginDraw (const G4Transform3D &objectTransformation=G4Transform3D())
 
void EndDraw ()
 
void BeginDraw2D (const G4Transform3D &objectTransformation=G4Transform3D())
 
void EndDraw2D ()
 
void GeometryHasChanged ()
 
void IgnoreStateChanges (G4bool)
 
void NotifyHandlers ()
 
void DispatchToModel (const G4VTrajectory &)
 
G4bool FilterTrajectory (const G4VTrajectory &)
 
G4bool FilterHit (const G4VHit &)
 
G4bool FilterDigi (const G4VDigi &)
 
void CreateSceneHandler (const G4String &name="")
 
void CreateViewer (const G4String &name="", const G4String &XGeometry="")
 
void Enable ()
 
void Disable ()
 
const G4VTrajectoryModelCurrentTrajDrawModel () const
 
const std::vector
< UserVisAction > & 
GetRunDurationUserVisActions () const
 
const std::vector
< UserVisAction > & 
GetEndOfEventUserVisActions () const
 
const std::vector
< UserVisAction > & 
GetEndOfRunUserVisActions () const
 
const std::map
< G4VUserVisAction
*, G4VisExtent > & 
GetUserVisActionExtents () const
 
G4VGraphicsSystemGetCurrentGraphicsSystem () const
 
G4SceneGetCurrentScene () const
 
G4VSceneHandlerGetCurrentSceneHandler () const
 
G4VViewerGetCurrentViewer () const
 
const G4GraphicsSystemListGetAvailableGraphicsSystems ()
 
const G4SceneHandlerListGetAvailableSceneHandlers () const
 
const G4SceneListGetSceneList () const
 
G4bool GetTransientsDrawnThisRun () const
 
G4bool GetTransientsDrawnThisEvent () const
 
const G4EventGetRequestedEvent () const
 
G4bool GetAbortReviewKeptEvents () const
 
const G4ViewParametersGetDefaultViewParameters () const
 
void SetUserAction (G4VUserVisAction *pVisAction, const G4VisExtent &=G4VisExtent::NullExtent)
 
void SetUserActionExtent (const G4VisExtent &)
 
void SetCurrentGraphicsSystem (G4VGraphicsSystem *)
 
void SetCurrentScene (G4Scene *)
 
void SetCurrentSceneHandler (G4VSceneHandler *)
 
void SetCurrentViewer (G4VViewer *)
 
G4SceneHandlerListSetAvailableSceneHandlers ()
 
G4SceneListSetSceneList ()
 
void SetVerboseLevel (G4int)
 
void SetVerboseLevel (const G4String &)
 
void SetVerboseLevel (Verbosity)
 
void SetEventRefreshing (G4bool)
 
void ResetTransientsDrawnFlags ()
 
void SetTransientsDrawnThisRun (G4bool)
 
void SetTransientsDrawnThisEvent (G4bool)
 
void SetRequestedEvent (const G4Event *)
 
void SetAbortReviewKeptEvents (G4bool)
 
void SetDefaultViewParameters (const G4ViewParameters &)
 
G4String ViewerShortName (const G4String &viewerName) const
 
G4VViewerGetViewer (const G4String &viewerName) const
 
- Public Member Functions inherited from G4VVisManager
virtual ~G4VVisManager ()
 

Static Public Member Functions

static G4VisManagerGetInstance ()
 
static Verbosity GetVerbosity ()
 
static Verbosity GetVerbosityValue (const G4String &)
 
static Verbosity GetVerbosityValue (G4int)
 
static G4String VerbosityString (Verbosity)
 
- Static Public Member Functions inherited from G4VVisManager
static G4VVisManagerGetConcreteInstance ()
 

Static Public Attributes

static std::vector< G4StringVerbosityGuidanceStrings
 

Protected Member Functions

 G4VisManager (const G4String &verbosityString="warnings")
 
virtual void RegisterGraphicsSystems ()=0
 
virtual void RegisterModelFactories ()
 
void RegisterMessengers ()
 
void PrintAvailableGraphicsSystems (Verbosity) const
 

Protected Attributes

const G4int fVerbose
 

Private Member Functions

 G4VisManager (const G4VisManager &)
 
G4VisManageroperator= (const G4VisManager &)
 
void BeginOfRun ()
 
void BeginOfEvent ()
 
void EndOfEvent ()
 
void EndOfRun ()
 
template<class T >
void DrawT (const T &graphics_primitive, const G4Transform3D &objectTransform)
 
template<class T >
void DrawT2D (const T &graphics_primitive, const G4Transform3D &objectTransform)
 
void PrintAvailableModels (Verbosity) const
 
void PrintAvailableColours (Verbosity) const
 
void PrintAvailableUserVisActions (Verbosity) const
 
void PrintInvalidPointers () const
 
G4bool IsValidView ()
 
void ClearTransientStoreIfMarked ()
 

Private Attributes

G4bool fInitialised
 
std::vector< UserVisActionfRunDurationUserVisActions
 
std::vector< UserVisActionfEndOfEventUserVisActions
 
std::vector< UserVisActionfEndOfRunUserVisActions
 
std::map< G4VUserVisAction
*, G4VisExtent
fUserVisActionExtents
 
G4VGraphicsSystemfpGraphicsSystem
 
G4ScenefpScene
 
G4VSceneHandlerfpSceneHandler
 
G4VViewerfpViewer
 
G4GraphicsSystemList fAvailableGraphicsSystems
 
G4SceneList fSceneList
 
G4SceneHandlerList fAvailableSceneHandlers
 
std::vector< G4UImessenger * > fMessengerList
 
std::vector< G4UIcommand * > fDirectoryList
 
G4VisStateDependentfpStateDependent
 
G4bool fEventRefreshing
 
G4bool fTransientsDrawnThisRun
 
G4bool fTransientsDrawnThisEvent
 
G4int fNoOfEventsDrawnThisRun
 
G4int fNKeepRequests
 
G4bool fEventKeepingSuspended
 
G4bool fKeptLastEvent
 
const G4EventfpRequestedEvent
 
G4bool fAbortReviewKeptEvents
 
G4ViewParameters fDefaultViewParameters
 
G4bool fIsDrawGroup
 
G4int fDrawGroupNestingDepth
 
G4bool fIgnoreStateChanges
 
G4VisModelManager
< G4VTrajectoryModel > * 
fpTrajDrawModelMgr
 
G4VisFilterManager
< G4VTrajectory > * 
fpTrajFilterMgr
 
G4VisFilterManager< G4VHit > * fpHitFilterMgr
 
G4VisFilterManager< G4VDigi > * fpDigiFilterMgr
 

Static Private Attributes

static G4VisManagerfpInstance = 0
 
static Verbosity fVerbosity = G4VisManager::warnings
 

Friends

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 G4VVisManagerfpConcreteInstance = 0
 

Detailed Description

Definition at line 119 of file G4VisManager.hh.

Member Enumeration Documentation

Enumerator
quiet 
startup 
errors 
warnings 
confirmations 
parameters 
all 

Definition at line 133 of file G4VisManager.hh.

Constructor & Destructor Documentation

G4VisManager::G4VisManager ( const G4String verbosityString = "warnings")
protected

Definition at line 103 of file G4VisManager.cc.

References FatalException, fDirectoryList, fpDigiFilterMgr, fpHitFilterMgr, fpInstance, fpStateDependent, fpTrajDrawModelMgr, fpTrajFilterMgr, fVerbosity, G4cout, G4endl, G4Exception(), G4VisStateDependent, GetVerbosityValue(), RegisterMessenger(), G4VVisManager::SetConcreteInstance(), G4VVisCommand::SetVisManager(), startup, VerbosityGuidanceStrings, and VerbosityString().

+ Here is the call graph for this function:

G4VisManager::G4VisManager ( const G4VisManager )
private

Member Function Documentation

void G4VisManager::BeginDraw ( const G4Transform3D objectTransformation = G4Transform3D())
virtual

Implements G4VVisManager.

Definition at line 688 of file G4VisManager.cc.

References ClearTransientStoreIfMarked(), fDrawGroupNestingDepth, fIsDrawGroup, fpSceneHandler, G4Exception(), IsValidView(), G4Threading::IsWorkerThread(), and JustWarning.

+ Here is the call graph for this function:

void G4VisManager::BeginDraw2D ( const G4Transform3D objectTransformation = G4Transform3D())
virtual

Implements G4VVisManager.

Definition at line 725 of file G4VisManager.cc.

References ClearTransientStoreIfMarked(), fDrawGroupNestingDepth, fIsDrawGroup, fpSceneHandler, G4Exception(), IsValidView(), G4Threading::IsWorkerThread(), and JustWarning.

+ Here is the call graph for this function:

void G4VisManager::BeginOfEvent ( )
private

Definition at line 1768 of file G4VisManager.cc.

References fIgnoreStateChanges, fpSceneHandler, fTransientsDrawnThisEvent, and G4VSceneHandler::SetTransientsDrawnThisEvent().

+ Here is the call graph for this function:

void G4VisManager::ClearTransientStoreIfMarked ( )
private

Definition at line 2132 of file G4VisManager.cc.

References G4VSceneHandler::ClearTransientStore(), fpSceneHandler, fTransientsDrawnThisEvent, fTransientsDrawnThisRun, G4VSceneHandler::GetMarkForClearingTransientStore(), G4VSceneHandler::GetTransientsDrawnThisEvent(), G4VSceneHandler::GetTransientsDrawnThisRun(), and G4VSceneHandler::SetMarkForClearingTransientStore().

Referenced by BeginDraw(), BeginDraw2D(), Draw(), and EndOfEvent().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::CreateSceneHandler ( const G4String name = "")

Definition at line 1004 of file G4VisManager.cc.

References errors, fAvailableSceneHandlers, fInitialised, fpGraphicsSystem, fpSceneHandler, fVerbosity, G4cout, G4endl, Initialise(), and PrintInvalidPointers().

+ Here is the call graph for this function:

void G4VisManager::CreateViewer ( const G4String name = "",
const G4String XGeometry = "" 
)

Definition at line 1026 of file G4VisManager.cc.

References G4cerr, G4cout, G4endl, G4ViewParameters::IsCulling(), G4ViewParameters::IsCullingCovered(), G4ViewParameters::IsCullingInvisible(), and G4ViewParameters::SetXGeometryString().

+ Here is the call graph for this function:

const G4VTrajectoryModel * G4VisManager::CurrentTrajDrawModel ( ) const

Definition at line 616 of file G4VisManager.cc.

References G4VisModelManager< Model >::Current(), fpTrajDrawModelMgr, fVerbosity, G4cout, G4endl, G4VisModelManager< Model >::Register(), and warnings.

Referenced by G4HepRepFileSceneHandler::BeginModeling(), and DispatchToModel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::Disable ( )

Definition at line 561 of file G4VisManager.cc.

References confirmations, fVerbosity, G4cout, G4endl, and G4VVisManager::SetConcreteInstance().

Referenced by G4VisCommandEnable::SetNewValue(), and G4VisCommandReviewKeptEvents::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::DispatchToModel ( const G4VTrajectory trajectory)
virtual

Implements G4VVisManager.

Definition at line 1227 of file G4VisManager.cc.

References CurrentTrajDrawModel(), G4VTrajectoryModel::Draw(), FilterTrajectory(), fpTrajDrawModelMgr, fpTrajFilterMgr, G4VisFilterManager< T >::GetMode(), IsValidView(), and FilterMode::Soft.

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Circle circle,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 808 of file G4VisManager.cc.

References DrawT().

Referenced by Draw(), CexmcEventAction::DrawReconstructionData(), and CexmcEventAction::DrawTrackPoints().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::Draw ( const G4Polyhedron polyhedron,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 814 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Polyline line,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 820 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Polymarker polymarker,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 826 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Scale scale,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 832 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Square square,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 838 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4Text text,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 844 of file G4VisManager.cc.

References DrawT().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 886 of file G4VisManager.cc.

References ClearTransientStoreIfMarked(), fIsDrawGroup, fpSceneHandler, IsValidView(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 900 of file G4VisManager.cc.

References ClearTransientStoreIfMarked(), fIsDrawGroup, fpSceneHandler, IsValidView(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4LogicalVolume logicalVol,
const G4VisAttributes attribs,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 950 of file G4VisManager.cc.

References Draw(), G4LogicalVolume::GetSolid(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4VPhysicalVolume physicalVol,
const G4VisAttributes attribs,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 981 of file G4VisManager.cc.

References Draw(), G4VPhysicalVolume::GetLogicalVolume(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::Draw ( const G4VSolid solid,
const G4VisAttributes attribs,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 961 of file G4VisManager.cc.

References ClearTransientStoreIfMarked(), G4VSolid::DescribeYourselfTo(), fIsDrawGroup, fpSceneHandler, IsValidView(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Circle circle,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 850 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Polyhedron polyhedron,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 856 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Polyline line,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 862 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Polymarker polymarker,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 868 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Square square,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 874 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

void G4VisManager::Draw2D ( const G4Text text,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 880 of file G4VisManager.cc.

References DrawT2D().

+ Here is the call graph for this function:

template<class T >
void G4VisManager::DrawT ( const T &  graphics_primitive,
const G4Transform3D objectTransform 
)
private

Definition at line 763 of file G4VisManager.cc.

References FatalException, G4Exception(), and G4Threading::IsWorkerThread().

Referenced by Draw().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

template<class T >
void G4VisManager::DrawT2D ( const T &  graphics_primitive,
const G4Transform3D objectTransform 
)
private

Definition at line 786 of file G4VisManager.cc.

References FatalException, G4Exception(), and G4Threading::IsWorkerThread().

Referenced by Draw2D().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::Enable ( )

Definition at line 543 of file G4VisManager.cc.

References confirmations, fVerbosity, G4cout, G4endl, IsValidView(), G4VVisManager::SetConcreteInstance(), and warnings.

Referenced by G4VisCommandEnable::SetNewValue(), and G4VisCommandReviewKeptEvents::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::EndDraw ( )
virtual

Implements G4VVisManager.

Definition at line 709 of file G4VisManager.cc.

References fDrawGroupNestingDepth, fIsDrawGroup, fpSceneHandler, IsValidView(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

void G4VisManager::EndDraw2D ( )
virtual

Implements G4VVisManager.

Definition at line 746 of file G4VisManager.cc.

References fDrawGroupNestingDepth, fIsDrawGroup, fpSceneHandler, IsValidView(), and G4Threading::IsWorkerThread().

+ Here is the call graph for this function:

G4bool G4VisManager::FilterDigi ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 1222 of file G4VisManager.cc.

References G4VisFilterManager< T >::Accept(), and fpDigiFilterMgr.

+ Here is the call graph for this function:

G4bool G4VisManager::FilterHit ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 1217 of file G4VisManager.cc.

References G4VisFilterManager< T >::Accept(), and fpHitFilterMgr.

+ Here is the call graph for this function:

G4bool G4VisManager::FilterTrajectory ( const G4VTrajectory trajectory)
virtual

Implements G4VVisManager.

Definition at line 1212 of file G4VisManager.cc.

References G4VisFilterManager< T >::Accept(), and fpTrajFilterMgr.

Referenced by DispatchToModel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::GeometryHasChanged ( )
virtual

Implements G4VVisManager.

Definition at line 1108 of file G4VisManager.cc.

References G4Scene::CalculateExtent(), confirmations, fpScene, fSceneList, fVerbosity, G4cout, G4endl, G4Scene::GetName(), G4TransportationManager::GetTransportationManager(), G4UImanager::GetUIpointer(), and warnings.

+ Here is the call graph for this function:

G4bool G4VisManager::GetAbortReviewKeptEvents ( ) const

Referenced by G4VisCommandReviewKeptEvents::SetNewValue().

+ Here is the caller graph for this function:

const G4GraphicsSystemList & G4VisManager::GetAvailableGraphicsSystems ( )

Definition at line 572 of file G4VisManager.cc.

References fAvailableGraphicsSystems, fVerbosity, G4cout, G4endl, and warnings.

const G4SceneHandlerList& G4VisManager::GetAvailableSceneHandlers ( ) const
G4VGraphicsSystem* G4VisManager::GetCurrentGraphicsSystem ( ) const

Referenced by CexmcEventAction::DrawReconstructionData(), CexmcEventAction::DrawTrackPoints(), CexmcEventAction::DrawTrajectories(), and G4VisCommandDrawTree::SetNewValue().

+ Here is the caller graph for this function:

G4VSceneHandler* G4VisManager::GetCurrentSceneHandler ( ) const

Referenced by G4VisCommandDrawTree::SetNewValue(), G4VisCommandSceneActivateModel::SetNewValue(), G4VisCommandSceneEndOfEventAction::SetNewValue(), and G4VisCommandSceneEndOfRunAction::SetNewValue().

+ Here is the caller graph for this function:

const G4ViewParameters& G4VisManager::GetDefaultViewParameters ( ) const

Referenced by G4VViewer::G4VViewer(), G4VisCommandViewerDefaultHiddenEdge::SetNewValue(), and G4VisCommandViewerDefaultStyle::SetNewValue().

+ Here is the caller graph for this function:

const std::vector<UserVisAction>& G4VisManager::GetEndOfEventUserVisActions ( ) const

Referenced by G4VisCommandSceneAddUserAction::SetNewValue().

+ Here is the caller graph for this function:

const std::vector<UserVisAction>& G4VisManager::GetEndOfRunUserVisActions ( ) const

Referenced by G4VisCommandSceneAddUserAction::SetNewValue().

+ Here is the caller graph for this function:

G4VisManager * G4VisManager::GetInstance ( void  )
static

Definition at line 245 of file G4VisManager.cc.

References FatalException, fpInstance, and G4Exception().

Referenced by G4RayTrajectory::AppendStep(), G4HepRepFileSceneHandler::BeginModeling(), G4RayTracerSceneHandler::G4RayTracerSceneHandler(), G4VSceneHandler::G4VSceneHandler(), G4VViewer::G4VViewer(), operator<<(), G4VSceneHandler::ProcessScene(), G4RTMessenger::SetNewValue(), and G4RTSteppingAction::UserSteppingAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const G4Event* G4VisManager::GetRequestedEvent ( ) const

Referenced by G4VSceneHandler::ProcessScene().

+ Here is the caller graph for this function:

const std::vector<UserVisAction>& G4VisManager::GetRunDurationUserVisActions ( ) const

Referenced by G4VisCommandSceneAddUserAction::SetNewValue().

+ Here is the caller graph for this function:

const G4SceneList& G4VisManager::GetSceneList ( ) const
G4bool G4VisManager::GetTransientsDrawnThisEvent ( ) const

Referenced by G4VSceneHandler::G4VSceneHandler().

+ Here is the caller graph for this function:

G4bool G4VisManager::GetTransientsDrawnThisRun ( ) const

Referenced by G4VSceneHandler::G4VSceneHandler().

+ Here is the caller graph for this function:

const std::map<G4VUserVisAction*,G4VisExtent>& G4VisManager::GetUserVisActionExtents ( ) const

Referenced by G4VisCommandSceneAddUserAction::AddVisAction().

+ Here is the caller graph for this function:

G4VisManager::Verbosity G4VisManager::GetVerbosity ( )
static

Definition at line 2242 of file G4VisManager.cc.

References fVerbosity.

Referenced by G4GMocrenFileSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddSolid(), G4GMocrenFileSceneHandler::BeginPrimitives(), G4DAWNFILESceneHandler::BeginSavingG4Prim(), G4GMocrenFileSceneHandler::BeginSavingGdd(), G4VRML1FileViewer::ClearView(), G4VRML2FileViewer::ClearView(), G4DAWNFILEViewer::ClearView(), G4GMocrenFileViewer::ClearView(), G4VRML1FileSceneHandler::closePort(), G4VRML2FileSceneHandler::closePort(), G4VRML1FileSceneHandler::connectPort(), G4VRML2FileSceneHandler::connectPort(), G4VSceneHandler::CreateModelingParameters(), G4VRML1FileViewer::DrawView(), G4VRML2FileViewer::DrawView(), G4DAWNFILEViewer::DrawView(), G4GMocrenFileViewer::DrawView(), G4GMocrenFileSceneHandler::EndPrimitives(), G4DAWNFILESceneHandler::EndSavingG4Prim(), G4GMocrenFileSceneHandler::EndSavingGdd(), export_G4VisManager(), 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(), G4VRML2FileViewer::SendViewParameters(), G4DAWNFILEViewer::SendViewParameters(), G4DAWNFILESceneHandler::SetG4PrimFileName(), G4GMocrenFileSceneHandler::SetGddFileName(), G4VisCommandDrawTree::SetNewValue(), G4VisCommandViewerDefaultHiddenEdge::SetNewValue(), G4VisCommandSceneHandlerAttach::SetNewValue(), G4VisCommandSetColour::SetNewValue(), G4VisCommandDrawView::SetNewValue(), G4VisCommandSceneAddArrow::SetNewValue(), G4VisCommandViewerDefaultStyle::SetNewValue(), G4VisCommandSceneHandlerCreate::SetNewValue(), G4VisCommandSceneActivateModel::SetNewValue(), G4VisCommandGeometryList::SetNewValue(), G4VisCommandSetLineWidth::SetNewValue(), G4VisCommandDrawVolume::SetNewValue(), G4VisCommandViewerAddCutawayPlane::SetNewValue(), G4VisCommandSceneAddArrow2D::SetNewValue(), G4VisCommandGeometryRestore::SetNewValue(), G4VisCommandSceneCreate::SetNewValue(), G4VisCommandSetTextColour::SetNewValue(), G4VisCommandOpen::SetNewValue(), G4VisCommandViewerChangeCutawayPlane::SetNewValue(), G4VisCommandSceneHandlerSelect::SetNewValue(), G4VisCommandSetTextLayout::SetNewValue(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandSpecify::SetNewValue(), G4VisCommandSceneAddAxes::SetNewValue(), G4VisCommandViewerClear::SetNewValue(), G4VisCommandReviewKeptEvents::SetNewValue(), G4VisCommandSetTextSize::SetNewValue(), G4VisCommandSceneEndOfRunAction::SetNewValue(), G4VisCommandSceneAddDate::SetNewValue(), G4VisCommandViewerClearCutawayPlanes::SetNewValue(), G4VisCommandSetTouchable::SetNewValue(), G4VisCommandViewerClearTransients::SetNewValue(), G4VisCommandSceneNotifyHandlers::SetNewValue(), G4VisCommandViewerClone::SetNewValue(), G4VisCommandSceneAddDigis::SetNewValue(), G4VisCommandSceneSelect::SetNewValue(), G4VisCommandSceneAddEventID::SetNewValue(), G4VisCommandViewerCopyViewFrom::SetNewValue(), G4VisCommandViewerCreate::SetNewValue(), G4VisCommandSceneAddExtent::SetNewValue(), G4VisCommandViewerDolly::SetNewValue(), G4VisCommandViewerFlush::SetNewValue(), G4VisCommandSceneAddFrame::SetNewValue(), G4VisCommandViewerPan::SetNewValue(), G4VisCommandSceneAddHits::SetNewValue(), G4VisCommandViewerReset::SetNewValue(), G4VisCommandSceneAddLine::SetNewValue(), G4VisCommandViewerRefresh::SetNewValue(), G4VisCommandViewerRebuild::SetNewValue(), G4VisCommandSceneAddLine2D::SetNewValue(), G4VisCommandViewerSave::SetNewValue(), G4VisCommandSceneAddLogicalVolume::SetNewValue(), G4VisCommandViewerScale::SetNewValue(), G4VisCommandSceneAddLogo::SetNewValue(), G4VisCommandViewerSelect::SetNewValue(), G4VisCommandViewerUpdate::SetNewValue(), G4VisCommandSceneAddLogo2D::SetNewValue(), G4VisCommandViewerZoom::SetNewValue(), G4VisCommandSceneAddMagneticField::SetNewValue(), G4VisCommandSceneAddPSHits::SetNewValue(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), G4VisCommandSceneAddText2D::SetNewValue(), G4VisCommandSceneAddTrajectories::SetNewValue(), G4VisCommandSceneAddUserAction::SetNewValue(), G4VisCommandSceneAddVolume::SetNewValue(), G4VRML1FileViewer::SetView(), G4DAWNFILEViewer::SetView(), G4VRML2FileViewer::SetView(), G4GMocrenFileViewer::SetView(), G4VRML1FileViewer::ShowView(), G4VRML2FileViewer::ShowView(), G4DAWNFILEViewer::ShowView(), G4GMocrenFileViewer::ShowView(), G4GMocrenIO::storeData3(), G4DAWNFILESceneHandler::~G4DAWNFILESceneHandler(), G4GMocrenFileSceneHandler::~G4GMocrenFileSceneHandler(), G4VRML1FileSceneHandler::~G4VRML1FileSceneHandler(), and G4VRML2FileSceneHandler::~G4VRML2FileSceneHandler().

G4VisManager::Verbosity G4VisManager::GetVerbosityValue ( const G4String verbosityString)
static

Definition at line 2203 of file G4VisManager.cc.

References all, confirmations, errors, G4cerr, G4endl, parameters, quiet, startup, G4String::toLower(), VerbosityGuidanceStrings, VerbosityString(), and warnings.

Referenced by G4VisManager(), G4VisCommandSceneHandlerList::SetNewValue(), G4VisCommandList::SetNewValue(), G4VisCommandVerbose::SetNewValue(), G4VisCommandSceneList::SetNewValue(), G4VisCommandViewerList::SetNewValue(), and SetVerboseLevel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4VisManager::Verbosity G4VisManager::GetVerbosityValue ( G4int  intVerbosity)
static

Definition at line 2234 of file G4VisManager.cc.

References all, and quiet.

G4VViewer * G4VisManager::GetViewer ( const G4String viewerName) const

Definition at line 2164 of file G4VisManager.cc.

References fAvailableSceneHandlers, and ViewerShortName().

+ Here is the call graph for this function:

void G4VisManager::IgnoreStateChanges ( G4bool  val)
virtual

Reimplemented from G4VVisManager.

Definition at line 2381 of file G4VisManager.cc.

References fIgnoreStateChanges.

void G4VisManager::Initialise ( )

Definition at line 254 of file G4VisManager.cc.

References fDirectoryList, fInitialised, fVerbosity, G4cout, G4endl, parameters, PrintAvailableColours(), PrintAvailableGraphicsSystems(), PrintAvailableModels(), PrintAvailableUserVisActions(), RegisterGraphicsSystems(), RegisterMessengers(), RegisterModelFactories(), startup, and warnings.

Referenced by CreateSceneHandler(), IsValidView(), and main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::Initialize ( )

Referenced by export_G4VisManager(), main(), XrayFluoSimulation::RunSimulation(), and G4VisCommandInitialize::SetNewValue().

+ Here is the caller graph for this function:

G4bool G4VisManager::IsValidView ( )
private

Definition at line 2254 of file G4VisManager.cc.

References G4UImanager::ApplyCommand(), errors, fInitialised, fpGraphicsSystem, fpScene, fpSceneHandler, fpViewer, fVerbosity, G4cerr, G4cout, G4endl, G4UImanager::GetUIpointer(), Initialise(), PrintInvalidPointers(), and warnings.

Referenced by BeginDraw(), BeginDraw2D(), DispatchToModel(), Draw(), Enable(), EndDraw(), EndDraw2D(), EndOfEvent(), EndOfRun(), SetCurrentSceneHandler(), and SetCurrentViewer().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::NotifyHandlers ( )
virtual

Reimplemented from G4VVisManager.

Definition at line 1181 of file G4VisManager.cc.

References G4Scene::CalculateExtent(), confirmations, fpScene, fSceneList, fVerbosity, G4cout, G4endl, G4Scene::GetName(), G4UImanager::GetUIpointer(), and warnings.

+ Here is the call graph for this function:

G4VisManager& G4VisManager::operator= ( const G4VisManager )
private
void G4VisManager::PrintAvailableColours ( Verbosity  ) const
private

Definition at line 1556 of file G4VisManager.cc.

References G4cout, G4endl, and G4Colour::GetMap().

Referenced by Initialise(), and G4VisCommandList::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::PrintAvailableGraphicsSystems ( Verbosity  verbosity) const
protected

Definition at line 1437 of file G4VisManager.cc.

References fAvailableGraphicsSystems, G4cout, G4endl, and warnings.

Referenced by Initialise(), and G4VisCommandList::SetNewValue().

+ Here is the caller graph for this function:

void G4VisManager::PrintAvailableModels ( Verbosity  verbosity) const
private

Definition at line 1465 of file G4VisManager.cc.

References G4VisListManager< T >::Current(), G4VisModelManager< Model >::FactoryList(), G4VisFilterManager< T >::FactoryList(), G4VisFilterManager< T >::FilterList(), fpTrajDrawModelMgr, fpTrajFilterMgr, G4cout, G4endl, G4VisModelManager< Model >::ListManager(), G4VisListManager< T >::Map(), and parameters.

Referenced by Initialise(), and G4VisCommandList::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::PrintAvailableUserVisActions ( Verbosity  ) const
private

Definition at line 1520 of file G4VisManager.cc.

References fEndOfEventUserVisActions, fEndOfRunUserVisActions, fRunDurationUserVisActions, G4cout, and G4endl.

Referenced by Initialise(), and G4VisCommandList::SetNewValue().

+ Here is the caller graph for this function:

void G4VisManager::PrintInvalidPointers ( ) const
private

Definition at line 1569 of file G4VisManager.cc.

References errors, fpGraphicsSystem, fpScene, fpSceneHandler, fpViewer, fVerbosity, G4cerr, and G4endl.

Referenced by CreateSceneHandler(), and IsValidView().

+ Here is the caller graph for this function:

void G4VisManager::RegisterEndOfEventUserVisAction ( const G4String name,
G4VUserVisAction pVisAction,
const G4VisExtent extent = G4VisExtent::NullExtent 
)

Definition at line 1270 of file G4VisManager.cc.

References G4cout, G4endl, and G4VisExtent::GetExtentRadius().

+ Here is the call graph for this function:

void G4VisManager::RegisterEndOfRunUserVisAction ( const G4String name,
G4VUserVisAction pVisAction,
const G4VisExtent extent = G4VisExtent::NullExtent 
)

Definition at line 1286 of file G4VisManager.cc.

References G4cout, G4endl, and G4VisExtent::GetExtentRadius().

+ Here is the call graph for this function:

G4bool G4VisManager::RegisterGraphicsSystem ( G4VGraphicsSystem pSystem)

Definition at line 592 of file G4VisManager.cc.

References confirmations, errors, fAvailableGraphicsSystems, fVerbosity, G4cout, and G4endl.

Referenced by export_G4VisManager().

+ Here is the caller graph for this function:

virtual void G4VisManager::RegisterGraphicsSystems ( )
protectedpure virtual

Implemented in G4VisExecutive, and PyG4VisManager.

Referenced by Initialise().

+ Here is the caller graph for this function:

void G4VisManager::RegisterMessenger ( G4UImessenger messenger)

Referenced by G4VisManager(), and RegisterMessengers().

+ Here is the caller graph for this function:

void G4VisManager::RegisterMessengers ( )
protected

Definition at line 365 of file G4VisManager.cc.

References fDirectoryList, fpDigiFilterMgr, fpHitFilterMgr, fpTrajDrawModelMgr, fpTrajFilterMgr, G4VisModelManager< Model >::Placement(), G4VisFilterManager< T >::Placement(), and RegisterMessenger().

Referenced by Initialise().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::RegisterModel ( G4VTrajectoryModel model)

Definition at line 639 of file G4VisManager.cc.

References fpTrajDrawModelMgr, and G4VisModelManager< Model >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModel ( G4VFilter< G4VTrajectory > *  filter)

Definition at line 650 of file G4VisManager.cc.

References fpTrajFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModel ( G4VFilter< G4VHit > *  filter)

Definition at line 661 of file G4VisManager.cc.

References fpHitFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModel ( G4VFilter< G4VDigi > *  filter)

Definition at line 672 of file G4VisManager.cc.

References fpDigiFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModelFactories ( )
protectedvirtual

Reimplemented in G4VisExecutive, and PyG4VisManager.

Definition at line 2365 of file G4VisManager.cc.

References fVerbosity, G4cout, G4endl, and warnings.

Referenced by Initialise().

+ Here is the caller graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajDrawModelFactory factory)

Definition at line 645 of file G4VisManager.cc.

References fpTrajDrawModelMgr, and G4VisModelManager< Model >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajFilterFactory factory)

Definition at line 656 of file G4VisManager.cc.

References fpTrajFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4HitFilterFactory factory)

Definition at line 667 of file G4VisManager.cc.

References fpHitFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4DigiFilterFactory factory)

Definition at line 678 of file G4VisManager.cc.

References fpDigiFilterMgr, and G4VisFilterManager< T >::Register().

+ Here is the call graph for this function:

void G4VisManager::RegisterRunDurationUserVisAction ( const G4String name,
G4VUserVisAction pVisAction,
const G4VisExtent extent = G4VisExtent::NullExtent 
)

Definition at line 1254 of file G4VisManager.cc.

References G4cout, G4endl, and G4VisExtent::GetExtentRadius().

Referenced by main().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::ResetTransientsDrawnFlags ( )

Definition at line 2146 of file G4VisManager.cc.

References fAvailableSceneHandlers, fTransientsDrawnThisEvent, and fTransientsDrawnThisRun.

Referenced by SetCurrentScene(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandSceneEndOfRunAction::SetNewValue(), and G4VisCommandViewerClearTransients::SetNewValue().

+ Here is the caller graph for this function:

void G4VisManager::SelectTrajectoryModel ( const G4String model)

Definition at line 683 of file G4VisManager.cc.

References fpTrajDrawModelMgr, and G4VisModelManager< Model >::SetCurrent().

+ Here is the call graph for this function:

void G4VisManager::SetAbortReviewKeptEvents ( G4bool  )

Referenced by G4VisCommandAbortReviewKeptEvents::SetNewValue(), and G4VisCommandReviewKeptEvents::SetNewValue().

+ Here is the caller graph for this function:

G4SceneHandlerList& G4VisManager::SetAvailableSceneHandlers ( )
void G4VisManager::SetCurrentGraphicsSystem ( G4VGraphicsSystem pSystem)

Definition at line 1310 of file G4VisManager.cc.

References confirmations, fAvailableSceneHandlers, fpGraphicsSystem, fpScene, fpSceneHandler, fpViewer, fVerbosity, G4cout, and G4endl.

Referenced by G4VisCommandDrawTree::SetNewValue().

+ Here is the caller graph for this function:

void G4VisManager::SetCurrentScene ( G4Scene pScene)

Definition at line 1301 of file G4VisManager.cc.

References fpScene, and ResetTransientsDrawnFlags().

Referenced by G4RayTracerSceneHandler::G4RayTracerSceneHandler(), and G4VisCommandDrawTree::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::SetCurrentSceneHandler ( G4VSceneHandler pSceneHandler)

Definition at line 1357 of file G4VisManager.cc.

References confirmations, fpGraphicsSystem, fpScene, fpSceneHandler, fpViewer, fVerbosity, G4cout, G4endl, IsValidView(), and warnings.

Referenced by G4VisCommandDrawTree::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::SetCurrentViewer ( G4VViewer pViewer)

Definition at line 1409 of file G4VisManager.cc.

References confirmations, fpGraphicsSystem, fpScene, fpSceneHandler, fpViewer, fVerbosity, G4cout, G4endl, IsValidView(), and warnings.

Referenced by G4VisCommandDrawTree::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::SetDefaultViewParameters ( const G4ViewParameters )

Referenced by G4VisCommandViewerDefaultHiddenEdge::SetNewValue(), and G4VisCommandViewerDefaultStyle::SetNewValue().

+ Here is the caller graph for this function:

void G4VisManager::SetEventRefreshing ( G4bool  )

Referenced by G4VSceneHandler::ProcessScene().

+ Here is the caller graph for this function:

void G4VisManager::SetRequestedEvent ( const G4Event )

Referenced by G4VisCommandReviewKeptEvents::SetNewValue().

+ Here is the caller graph for this function:

G4SceneList& G4VisManager::SetSceneList ( )

Referenced by G4RayTracerSceneHandler::G4RayTracerSceneHandler().

+ Here is the caller graph for this function:

void G4VisManager::SetTransientsDrawnThisEvent ( G4bool  )
void G4VisManager::SetTransientsDrawnThisRun ( G4bool  )
void G4VisManager::SetUserAction ( G4VUserVisAction pVisAction,
const G4VisExtent = G4VisExtent::NullExtent 
)

Referenced by main().

+ Here is the caller graph for this function:

void G4VisManager::SetUserActionExtent ( const G4VisExtent )
void G4VisManager::SetVerboseLevel ( G4int  intVerbosity)

Definition at line 2246 of file G4VisManager.cc.

References fVerbosity, and GetVerbosityValue().

Referenced by main(), and G4VisCommandVerbose::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void G4VisManager::SetVerboseLevel ( const G4String verbosityString)

Definition at line 2250 of file G4VisManager.cc.

References fVerbosity, and GetVerbosityValue().

+ Here is the call graph for this function:

void G4VisManager::SetVerboseLevel ( Verbosity  )
G4String G4VisManager::VerbosityString ( Verbosity  verbosity)
static

Definition at line 2188 of file G4VisManager.cc.

References all, confirmations, errors, parameters, quiet, startup, and warnings.

Referenced by G4VisManager(), GetVerbosityValue(), and G4VisCommandVerbose::SetNewValue().

+ Here is the caller graph for this function:

G4String G4VisManager::ViewerShortName ( const G4String viewerName) const

Definition at line 2158 of file G4VisManager.cc.

References G4String::strip().

Referenced by GetViewer().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Friends And Related Function Documentation

friend class G4VisCommandList
friend

Definition at line 125 of file G4VisManager.hh.

friend class G4VisStateDependent
friend

Definition at line 124 of file G4VisManager.hh.

Referenced by G4VisManager().

friend class G4VSceneHandler
friend

Definition at line 122 of file G4VisManager.hh.

friend class G4VViewer
friend

Definition at line 123 of file G4VisManager.hh.

std::ostream& operator<< ( std::ostream &  os,
const G4VGraphicsSystem gs 
)
friend

Definition at line 74 of file G4VGraphicsSystem.cc.

std::ostream& operator<< ( std::ostream &  os,
const G4VSceneHandler sh 
)
friend

Definition at line 945 of file G4VSceneHandler.cc.

Member Data Documentation

G4bool G4VisManager::fAbortReviewKeptEvents
private

Definition at line 518 of file G4VisManager.hh.

G4GraphicsSystemList G4VisManager::fAvailableGraphicsSystems
private
G4SceneHandlerList G4VisManager::fAvailableSceneHandlers
private
G4ViewParameters G4VisManager::fDefaultViewParameters
private

Definition at line 519 of file G4VisManager.hh.

std::vector<G4UIcommand*> G4VisManager::fDirectoryList
private

Definition at line 508 of file G4VisManager.hh.

Referenced by G4VisManager(), Initialise(), RegisterMessengers(), and ~G4VisManager().

G4int G4VisManager::fDrawGroupNestingDepth
private

Definition at line 521 of file G4VisManager.hh.

Referenced by BeginDraw(), BeginDraw2D(), EndDraw(), and EndDraw2D().

std::vector<UserVisAction> G4VisManager::fEndOfEventUserVisActions
private

Definition at line 496 of file G4VisManager.hh.

Referenced by PrintAvailableUserVisActions().

std::vector<UserVisAction> G4VisManager::fEndOfRunUserVisActions
private

Definition at line 497 of file G4VisManager.hh.

Referenced by PrintAvailableUserVisActions().

G4bool G4VisManager::fEventKeepingSuspended
private

Definition at line 515 of file G4VisManager.hh.

Referenced by BeginOfRun(), EndOfEvent(), and EndOfRun().

G4bool G4VisManager::fEventRefreshing
private

Definition at line 510 of file G4VisManager.hh.

Referenced by EndOfRun().

G4bool G4VisManager::fIgnoreStateChanges
private

Definition at line 522 of file G4VisManager.hh.

Referenced by BeginOfEvent(), BeginOfRun(), EndOfEvent(), EndOfRun(), and IgnoreStateChanges().

G4bool G4VisManager::fInitialised
private

Definition at line 494 of file G4VisManager.hh.

Referenced by CreateSceneHandler(), Initialise(), and IsValidView().

G4bool G4VisManager::fIsDrawGroup
private

Definition at line 520 of file G4VisManager.hh.

Referenced by BeginDraw(), BeginDraw2D(), Draw(), EndDraw(), and EndDraw2D().

G4bool G4VisManager::fKeptLastEvent
private

Definition at line 516 of file G4VisManager.hh.

Referenced by BeginOfRun(), EndOfEvent(), and EndOfRun().

std::vector<G4UImessenger*> G4VisManager::fMessengerList
private

Definition at line 507 of file G4VisManager.hh.

Referenced by ~G4VisManager().

G4int G4VisManager::fNKeepRequests
private

Definition at line 514 of file G4VisManager.hh.

Referenced by BeginOfRun(), EndOfEvent(), and EndOfRun().

G4int G4VisManager::fNoOfEventsDrawnThisRun
private

Definition at line 513 of file G4VisManager.hh.

Referenced by BeginOfRun(), EndOfEvent(), and EndOfRun().

G4VisFilterManager<G4VDigi>* G4VisManager::fpDigiFilterMgr
private
G4VisFilterManager<G4VHit>* G4VisManager::fpHitFilterMgr
private
G4VisManager * G4VisManager::fpInstance = 0
staticprivate

Definition at line 493 of file G4VisManager.hh.

Referenced by G4VisManager(), GetInstance(), and ~G4VisManager().

const G4Event* G4VisManager::fpRequestedEvent
private

Definition at line 517 of file G4VisManager.hh.

G4VisStateDependent* G4VisManager::fpStateDependent
private

Definition at line 509 of file G4VisManager.hh.

Referenced by G4VisManager().

std::vector<UserVisAction> G4VisManager::fRunDurationUserVisActions
private

Definition at line 495 of file G4VisManager.hh.

Referenced by PrintAvailableUserVisActions().

G4SceneList G4VisManager::fSceneList
private

Definition at line 504 of file G4VisManager.hh.

Referenced by GeometryHasChanged(), NotifyHandlers(), and ~G4VisManager().

G4bool G4VisManager::fTransientsDrawnThisEvent
private
G4bool G4VisManager::fTransientsDrawnThisRun
private
std::map<G4VUserVisAction*,G4VisExtent> G4VisManager::fUserVisActionExtents
private

Definition at line 498 of file G4VisManager.hh.

const G4int G4VisManager::fVerbose
protected

Definition at line 466 of file G4VisManager.hh.

std::vector< G4String > G4VisManager::VerbosityGuidanceStrings
static

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