Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
G4VisManager Class Referenceabstract

#include <G4VisManager.hh>

Inheritance diagram for G4VisManager:
Inheritance graph
[legend]
Collaboration diagram for G4VisManager:
Collaboration graph
[legend]

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 G4NURBS &, 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 G4NURBS &, 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 G4VHit &)
 
void Draw (const G4VDigi &)
 
void Draw (const G4VTrajectory &, G4int i_mode)
 
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 NotifyHandlers ()
 
void DispatchToModel (const G4VTrajectory &)
 
void DispatchToModel (const G4VTrajectory &, G4int i_mode)
 
G4bool FilterTrajectory (const G4VTrajectory &)
 
G4bool FilterHit (const G4VHit &)
 
G4bool FilterDigi (const G4VDigi &)
 
void CreateSceneHandler (G4String name="")
 
void CreateViewer (G4String name="", 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 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 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 () 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 G4VVisManagerfpConcreteInstance = 0
 

Detailed Description

Definition at line 117 of file G4VisManager.hh.

Member Enumeration Documentation

Enumerator
quiet 
startup 
errors 
warnings 
confirmations 
parameters 
all 

Definition at line 147 of file G4VisManager.hh.

Constructor & Destructor Documentation

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

Definition at line 84 of file G4VisManager.cc.

Here is the call graph for this function:

G4VisManager::~G4VisManager ( )
virtual

Definition at line 186 of file G4VisManager.cc.

Member Function Documentation

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

Implements G4VVisManager.

Definition at line 648 of file G4VisManager.cc.

Here is the call graph for this function:

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

Implements G4VVisManager.

Definition at line 679 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 912 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 933 of file G4VisManager.cc.

Here is the call graph for this function:

const G4VTrajectoryModel * G4VisManager::CurrentTrajDrawModel ( ) const

Definition at line 576 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VisManager::Disable ( )

Definition at line 521 of file G4VisManager.cc.

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 1134 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::DispatchToModel ( const G4VTrajectory trajectory,
G4int  i_mode 
)
virtual

Implements G4VVisManager.

Definition at line 1158 of file G4VisManager.cc.

Here is the call graph for this function:

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

Implements G4VVisManager.

Definition at line 750 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::Draw ( const G4NURBS nurbs,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 756 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 762 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 768 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 774 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 780 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 786 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 792 of file G4VisManager.cc.

void G4VisManager::Draw ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 840 of file G4VisManager.cc.

void G4VisManager::Draw ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 851 of file G4VisManager.cc.

void G4VisManager::Draw ( const G4VTrajectory traj,
G4int  i_mode 
)
virtual

Implements G4VVisManager.

Definition at line 862 of file G4VisManager.cc.

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 878 of file G4VisManager.cc.

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 903 of file G4VisManager.cc.

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 886 of file G4VisManager.cc.

Here is the call graph for this function:

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

Implements G4VVisManager.

Definition at line 798 of file G4VisManager.cc.

void G4VisManager::Draw2D ( const G4NURBS nurbs,
const G4Transform3D objectTransformation = G4Transform3D() 
)
virtual

Implements G4VVisManager.

Definition at line 804 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 810 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 816 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 822 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 828 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 834 of file G4VisManager.cc.

void G4VisManager::Enable ( )

Definition at line 504 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::EndDraw ( )
virtual

Implements G4VVisManager.

Definition at line 666 of file G4VisManager.cc.

void G4VisManager::EndDraw2D ( )
virtual

Implements G4VVisManager.

Definition at line 697 of file G4VisManager.cc.

G4bool G4VisManager::FilterDigi ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 1129 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::FilterHit ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 1124 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::FilterTrajectory ( const G4VTrajectory trajectory)
virtual

Implements G4VVisManager.

Definition at line 1119 of file G4VisManager.cc.

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 1014 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::GetAbortReviewKeptEvents ( ) const

Here is the caller graph for this function:

const G4GraphicsSystemList & G4VisManager::GetAvailableGraphicsSystems ( )

Definition at line 532 of file G4VisManager.cc.

Here is the caller graph for this function:

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

Here is the caller graph for this function:

G4Scene* G4VisManager::GetCurrentScene ( ) const

Here is the caller graph for this function:

G4VSceneHandler* G4VisManager::GetCurrentSceneHandler ( ) const

Here is the caller graph for this function:

G4VViewer* G4VisManager::GetCurrentViewer ( ) const

Here is the caller graph for this function:

const G4ViewParameters& G4VisManager::GetDefaultViewParameters ( ) const

Here is the caller graph for this function:

const std::vector<UserVisAction>& G4VisManager::GetEndOfEventUserVisActions ( ) const
const std::vector<UserVisAction>& G4VisManager::GetEndOfRunUserVisActions ( ) const
const G4Event* G4VisManager::GetRequestedEvent ( ) const

Here is the caller graph for this function:

const std::vector<UserVisAction>& G4VisManager::GetRunDurationUserVisActions ( ) const
const G4SceneList& G4VisManager::GetSceneList ( ) const
G4bool G4VisManager::GetTransientsDrawnThisEvent ( ) const

Here is the caller graph for this function:

G4bool G4VisManager::GetTransientsDrawnThisRun ( ) const

Here is the caller graph for this function:

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

Definition at line 1816 of file G4VisManager.cc.

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

Definition at line 1777 of file G4VisManager.cc.

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 1808 of file G4VisManager.cc.

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

Definition at line 1738 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::Initialise ( )

Definition at line 228 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VisManager::Initialize ( )

Here is the caller graph for this function:

void G4VisManager::NotifyHandlers ( )
virtual

Reimplemented from G4VVisManager.

Definition at line 1087 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::PrintAvailableGraphicsSystems ( ) const
protected

Definition at line 1377 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 1212 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 1228 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::RegisterGraphicsSystem ( G4VGraphicsSystem pSystem)

Definition at line 552 of file G4VisManager.cc.

Here is the caller graph for this function:

virtual void G4VisManager::RegisterGraphicsSystems ( )
protectedpure virtual

Implemented in PyG4VisManager.

Here is the caller graph for this function:

void G4VisManager::RegisterMessenger ( G4UImessenger messenger)

Here is the caller graph for this function:

void G4VisManager::RegisterMessengers ( )
protected

Definition at line 339 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VisManager::RegisterModel ( G4VTrajectoryModel model)

Definition at line 599 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 610 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 621 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 632 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactories ( )
protectedvirtual

Reimplemented in PyG4VisManager.

Definition at line 1939 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajDrawModelFactory factory)

Definition at line 605 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajFilterFactory factory)

Definition at line 616 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4HitFilterFactory factory)

Definition at line 627 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4DigiFilterFactory factory)

Definition at line 638 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 1196 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VisManager::ResetTransientsDrawnFlags ( )

Definition at line 1720 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SelectTrajectoryModel ( const G4String model)

Definition at line 643 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::SetAbortReviewKeptEvents ( G4bool  )

Here is the caller graph for this function:

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

Definition at line 1251 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SetCurrentScene ( G4Scene pScene)

Definition at line 1242 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4VisManager::SetCurrentSceneHandler ( G4VSceneHandler pSceneHandler)

Definition at line 1298 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SetCurrentViewer ( G4VViewer pViewer)

Definition at line 1350 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SetDefaultViewParameters ( const G4ViewParameters )

Here is the caller graph for this function:

void G4VisManager::SetEventRefreshing ( G4bool  )

Here is the caller graph for this function:

void G4VisManager::SetRequestedEvent ( const G4Event )

Here is the caller graph for this function:

G4SceneList& G4VisManager::SetSceneList ( )

Here is the caller graph for this function:

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

Here is the caller graph for this function:

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

Definition at line 1820 of file G4VisManager.cc.

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 1824 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 1762 of file G4VisManager.cc.

Here is the caller graph for this function:

G4String G4VisManager::ViewerShortName ( const G4String viewerName) const

Definition at line 1732 of file G4VisManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Friends And Related Function Documentation

friend class G4HepRepFileSceneHandler
friend

Definition at line 133 of file G4VisManager.hh.

friend class G4OpenGLViewerMessenger
friend

Definition at line 131 of file G4VisManager.hh.

friend class G4OpenGLXmViewerMessenger
friend

Definition at line 132 of file G4VisManager.hh.

friend class G4RayTracerSceneHandler
friend

Definition at line 129 of file G4VisManager.hh.

friend class G4RayTrajectory
friend

Definition at line 128 of file G4VisManager.hh.

friend class G4RTMessenger
friend

Definition at line 130 of file G4VisManager.hh.

friend class G4RTSteppingAction
friend

Definition at line 127 of file G4VisManager.hh.

friend class G4VisCommandList
friend

Definition at line 139 of file G4VisManager.hh.

friend class G4VisStateDependent
friend

Definition at line 138 of file G4VisManager.hh.

friend class G4VSceneHandler
friend

Definition at line 136 of file G4VisManager.hh.

friend class G4VViewer
friend

Definition at line 137 of file G4VisManager.hh.

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

Definition at line 68 of file G4VGraphicsSystem.cc.

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

Definition at line 963 of file G4VSceneHandler.cc.

Member Data Documentation

const G4int G4VisManager::fVerbose
protected

Definition at line 461 of file G4VisManager.hh.

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

Definition at line 447 of file G4VisManager.hh.


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