#include <G4XXXStoredViewer.hh>
Definition at line 39 of file G4XXXStoredViewer.hh.
Definition at line 43 of file G4XXXStoredViewer.cc.
G4int IncrementViewCount()
G4VViewer(G4VSceneHandler &, G4int id, const G4String &name="")
G4XXXStoredViewer::~G4XXXStoredViewer |
( |
| ) |
|
|
virtual |
void G4XXXStoredViewer::ClearView |
( |
void |
| ) |
|
|
virtual |
Definition at line 113 of file G4XXXStoredViewer.cc.
const G4Colour & GetBackgroundColour() const
G4double GetVisibleDensity() const
G4bool IsCullingInvisible() const
G4double GetExplodeFactor() const
const G4Colour & GetColour() const
G4bool IsDensityCulling() const
const std::vector< G4ModelingParameters::VisAttributesModifier > & GetVisAttributesModifiers() const
G4bool IsAuxEdgeVisible() const
G4bool IsCullingCovered() const
const G4VisAttributes * GetDefaultTextVisAttributes() const
G4bool IsMarkerNotHidden() const
G4int GetNoOfSides() const
DrawingStyle GetDrawingStyle() const
const G4VisAttributes * GetDefaultVisAttributes() const
void G4XXXStoredViewer::DrawFromStore |
( |
| ) |
|
|
protected |
Definition at line 150 of file G4XXXStoredViewer.cc.
151 typedef std::list<G4String> Store;
152 typedef std::list<G4String>::iterator StoreIterator;
156 static G4int iCount = 0;
157 std::ostringstream oss;
158 oss <<
fName <<
'.' << iCount++ <<
".out";
159 std::ofstream ofs(oss.str().c_str());
160 for (StoreIterator i = store.begin(); i != store.end(); ++i) {
G4VSceneHandler & fSceneHandler
void G4XXXStoredViewer::DrawView |
( |
| ) |
|
|
virtual |
Implements G4VViewer.
Definition at line 61 of file G4XXXStoredViewer.cc.
62 #ifdef G4XXXStoredDEBUG
63 G4cout <<
"G4XXXStoredViewer::DrawView() called." <<
G4endl;
80 if (kernelVisitWasNeeded) {
G4GLOB_DLL std::ostream G4cout
void KernelVisitDecision()
virtual void FinishView()
void G4XXXStoredViewer::KernelVisitDecision |
( |
| ) |
|
|
protected |
Definition at line 99 of file G4XXXStoredViewer.cc.
104 typedef std::list<G4String> Store;
G4bool CompareForKernelVisit(G4ViewParameters &)
G4VSceneHandler & fSceneHandler
void G4XXXStoredViewer::SetView |
( |
| ) |
|
|
virtual |
void G4XXXStoredViewer::ShowView |
( |
void |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: