#include <G4XXXSGViewer.hh>
Definition at line 39 of file G4XXXSGViewer.hh.
◆ G4XXXSGViewer()
Definition at line 42 of file G4XXXSGViewer.cc.
G4int IncrementViewCount()
G4VViewer(G4VSceneHandler &, G4int id, const G4String &name="")
◆ ~G4XXXSGViewer()
G4XXXSGViewer::~G4XXXSGViewer |
( |
| ) |
|
|
virtual |
◆ ClearView()
void G4XXXSGViewer::ClearView |
( |
void |
| ) |
|
|
virtual |
◆ CompareForKernelVisit()
Definition at line 115 of file G4XXXSGViewer.cc.
const std::vector< G4ModelingParameters::VisAttributesModifier > & GetVisAttributesModifiers() const
DrawingStyle GetDrawingStyle() const
const G4VisAttributes * GetDefaultTextVisAttributes() const
G4bool IsCullingInvisible() const
G4int GetNoOfSides() const
G4double GetExplodeFactor() const
G4bool IsDensityCulling() const
G4bool IsCullingCovered() const
G4bool IsAuxEdgeVisible() const
G4bool IsMarkerNotHidden() const
const G4VisAttributes * GetDefaultVisAttributes() const
const G4Colour & GetBackgroundColour() const
G4double GetVisibleDensity() const
const G4Colour & GetColour() const
◆ DrawFromStore()
void G4XXXSGViewer::DrawFromStore |
( |
const G4String & |
source | ) |
|
|
protected |
Definition at line 152 of file G4XXXSGViewer.cc.
156 static G4int iCount = 0;
157 std::ostringstream oss;
158 oss << source <<
'.' <<
fName <<
'.' << iCount++ <<
".out";
160 std::ofstream ofs(oss.str().c_str());
void PrintTree(std::ostream &, Node *)
G4GLOB_DLL std::ostream G4cout
G4VSceneHandler & fSceneHandler
◆ DrawView()
void G4XXXSGViewer::DrawView |
( |
| ) |
|
|
virtual |
Implements G4VViewer.
Definition at line 60 of file G4XXXSGViewer.cc.
79 if (kernelVisitWasNeeded) {
G4GLOB_DLL std::ostream G4cout
void KernelVisitDecision()
void DrawFromStore(const G4String &source)
virtual void FinishView()
◆ KernelVisitDecision()
void G4XXXSGViewer::KernelVisitDecision |
( |
| ) |
|
|
protected |
Definition at line 100 of file G4XXXSGViewer.cc.
G4bool CompareForKernelVisit(G4ViewParameters &)
std::vector< Node * > fDaughters
G4VSceneHandler & fSceneHandler
◆ SetView()
void G4XXXSGViewer::SetView |
( |
| ) |
|
|
virtual |
◆ ShowView()
void G4XXXSGViewer::ShowView |
( |
void |
| ) |
|
|
virtual |
Reimplemented from G4VViewer.
Definition at line 92 of file G4XXXSGViewer.cc.
G4GLOB_DLL std::ostream G4cout
void DrawFromStore(const G4String &source)
◆ fLastVP
The documentation for this class was generated from the following files: