Import Geant4 10.4.0 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VisManager.hh 102802 2017-02-22 15:19:00Z gcosmo $
|
||||
// $Id: G4VisManager.hh 106384 2017-10-09 09:34:51Z gcosmo $
|
||||
//
|
||||
//
|
||||
|
||||
@@ -174,7 +174,7 @@ public:
|
||||
public: // With description
|
||||
|
||||
void Initialise ();
|
||||
void Initialize (); // Alias Initialise ().
|
||||
void Initialize (); // Alias Initialise ()
|
||||
|
||||
// Optional registration of user vis actions. Added to scene with
|
||||
// /vis/scene/add/userAction.
|
||||
@@ -194,7 +194,6 @@ public: // With description
|
||||
// or other of the above.
|
||||
void SetUserActionExtent (const G4VisExtent&); //Legacy: deprecated.
|
||||
|
||||
|
||||
G4bool RegisterGraphicsSystem (G4VGraphicsSystem*);
|
||||
// Register an individual graphics system. Normally this is done in
|
||||
// a sub-class implementation of the protected virtual function,
|
||||
@@ -406,6 +405,7 @@ public: // With description
|
||||
static Verbosity GetVerbosity ();
|
||||
G4bool GetTransientsDrawnThisRun () const;
|
||||
G4bool GetTransientsDrawnThisEvent () const;
|
||||
G4bool GetDrawEventOnlyIfToBeKept () const;
|
||||
const G4Event* GetRequestedEvent () const;
|
||||
G4bool GetAbortReviewKeptEvents () const;
|
||||
const G4ViewParameters& GetDefaultViewParameters () const;
|
||||
@@ -427,6 +427,7 @@ public: // With description
|
||||
void ResetTransientsDrawnFlags ();
|
||||
void SetTransientsDrawnThisRun (G4bool);
|
||||
void SetTransientsDrawnThisEvent (G4bool);
|
||||
void SetDrawEventOnlyIfToBeKept (G4bool);
|
||||
// If non-zero, requested event is used in G4VSceneHandler::ProcessScene.
|
||||
void SetRequestedEvent (const G4Event*);
|
||||
void SetAbortReviewKeptEvents (G4bool);
|
||||
@@ -489,8 +490,9 @@ private:
|
||||
(const T& graphics_primitive, const G4Transform3D& objectTransform);
|
||||
|
||||
void PrintAvailableModels (Verbosity) const;
|
||||
void InitialiseG4ColourMap () const;
|
||||
void PrintAvailableColours (Verbosity) const;
|
||||
void PrintAvailableUserVisActions (Verbosity) const;
|
||||
void PrintAvailableUserVisActions (Verbosity) const;
|
||||
void PrintInvalidPointers () const;
|
||||
G4bool IsValidView ();
|
||||
// True if view is valid. Prints messages and sanitises various data.
|
||||
@@ -522,6 +524,7 @@ private:
|
||||
G4int fNKeepRequests;
|
||||
G4bool fEventKeepingSuspended;
|
||||
G4bool fKeptLastEvent;
|
||||
G4bool fDrawEventOnlyIfToBeKept;
|
||||
const G4Event* fpRequestedEvent; // If non-zero, scene handler uses.
|
||||
G4bool fAbortReviewKeptEvents;
|
||||
G4ViewParameters fDefaultViewParameters;
|
||||
|
||||
Reference in New Issue
Block a user