Geant4_10
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 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 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 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
 
G4bool fIgnoreStateChanges
 

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 119 of file G4VisManager.hh.

Member Enumeration Documentation

Enumerator
quiet 
startup 
errors 
warnings 
confirmations 
parameters 
all 

Definition at line 149 of file G4VisManager.hh.

Constructor & Destructor Documentation

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

Definition at line 88 of file G4VisManager.cc.

Here is the call graph for this function:

G4VisManager::~G4VisManager ( )
virtual

Definition at line 192 of file G4VisManager.cc.

Member Function Documentation

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

Implements G4VVisManager.

Definition at line 656 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 693 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 941 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 963 of file G4VisManager.cc.

Here is the call graph for this function:

const G4VTrajectoryModel * G4VisManager::CurrentTrajDrawModel ( ) const

Definition at line 584 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 529 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 1164 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 776 of file G4VisManager.cc.

Here is the caller graph for this function:

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

Implements G4VVisManager.

Definition at line 782 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 788 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 794 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 800 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 806 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 812 of file G4VisManager.cc.

void G4VisManager::Draw ( const G4VTrajectory traj)
virtual

Implements G4VVisManager.

Definition at line 882 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::Draw ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 854 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::Draw ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 868 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 898 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 929 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 909 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 818 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 824 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 830 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 836 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 842 of file G4VisManager.cc.

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

Implements G4VVisManager.

Definition at line 848 of file G4VisManager.cc.

void G4VisManager::Enable ( )

Definition at line 511 of file G4VisManager.cc.

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

Here is the call graph for this function:

void G4VisManager::EndDraw2D ( )
virtual

Implements G4VVisManager.

Definition at line 714 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::FilterDigi ( const G4VDigi digi)
virtual

Implements G4VVisManager.

Definition at line 1159 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::FilterHit ( const G4VHit hit)
virtual

Implements G4VVisManager.

Definition at line 1154 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::FilterTrajectory ( const G4VTrajectory trajectory)
virtual

Implements G4VVisManager.

Definition at line 1149 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 1045 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 540 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 2077 of file G4VisManager.cc.

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

Definition at line 2038 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 2069 of file G4VisManager.cc.

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

Definition at line 1999 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::Initialise ( )

Definition at line 234 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 1118 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::PrintAvailableGraphicsSystems ( ) const
protected

Definition at line 1373 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 1207 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 1223 of file G4VisManager.cc.

Here is the call graph for this function:

G4bool G4VisManager::RegisterGraphicsSystem ( G4VGraphicsSystem pSystem)

Definition at line 560 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 345 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 607 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 618 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 629 of file G4VisManager.cc.

Here is the call graph for this function:

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

Definition at line 640 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactories ( )
protectedvirtual

Reimplemented in PyG4VisManager.

Definition at line 2199 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajDrawModelFactory factory)

Definition at line 613 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4TrajFilterFactory factory)

Definition at line 624 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4HitFilterFactory factory)

Definition at line 635 of file G4VisManager.cc.

Here is the call graph for this function:

void G4VisManager::RegisterModelFactory ( G4DigiFilterFactory factory)

Definition at line 646 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 1191 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 1981 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SelectTrajectoryModel ( const G4String model)

Definition at line 651 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 1247 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SetCurrentScene ( G4Scene pScene)

Definition at line 1238 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 1294 of file G4VisManager.cc.

Here is the caller graph for this function:

void G4VisManager::SetCurrentViewer ( G4VViewer pViewer)

Definition at line 1346 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 2081 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 2085 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 2023 of file G4VisManager.cc.

Here is the caller graph for this function:

G4String G4VisManager::ViewerShortName ( const G4String viewerName) const

Definition at line 1993 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 135 of file G4VisManager.hh.

friend class G4OpenGLViewerMessenger
friend

Definition at line 133 of file G4VisManager.hh.

friend class G4OpenGLXmViewerMessenger
friend

Definition at line 134 of file G4VisManager.hh.

friend class G4RayTracerSceneHandler
friend

Definition at line 131 of file G4VisManager.hh.

friend class G4RayTrajectory
friend

Definition at line 130 of file G4VisManager.hh.

friend class G4RTMessenger
friend

Definition at line 132 of file G4VisManager.hh.

friend class G4RTSteppingAction
friend

Definition at line 129 of file G4VisManager.hh.

friend class G4VisCommandList
friend

Definition at line 141 of file G4VisManager.hh.

friend class G4VisStateDependent
friend

Definition at line 140 of file G4VisManager.hh.

friend class G4VSceneHandler
friend

Definition at line 138 of file G4VisManager.hh.

friend class G4VViewer
friend

Definition at line 139 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 933 of file G4VSceneHandler.cc.

Member Data Documentation

G4bool G4VisManager::fIgnoreStateChanges
protected

Definition at line 530 of file G4VisManager.hh.

const G4int G4VisManager::fVerbose
protected

Definition at line 453 of file G4VisManager.hh.

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

Definition at line 439 of file G4VisManager.hh.


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