43 G4VViewer(sceneHandler, sceneHandler.IncrementViewCount(), name)
49#ifdef G4XXXStoredDEBUG
50 G4cout <<
"G4XXXStoredViewer::SetView() called." <<
G4endl;
55#ifdef G4XXXStoredDEBUG
56 G4cout <<
"G4XXXStoredViewer::ClearView() called." <<
G4endl;
61#ifdef G4XXXStoredDEBUG
62 G4cout <<
"G4XXXStoredViewer::DrawView() called." <<
G4endl;
80 if (kernelVisitWasNeeded) {
94#ifdef G4XXXStoredDEBUG
95 G4cout <<
"G4XXXStoredViewer::ShowView() called." <<
G4endl;
104 typedef std::list<G4String> Store;
160 typedef std::list<G4String> Store;
161 typedef std::list<G4String>::iterator StoreIterator;
165 static G4int iCount = 0;
166 std::ostringstream oss;
167 oss <<
fName <<
'.' << iCount++ <<
".out";
168 std::ofstream ofs(oss.str().c_str());
169 for (StoreIterator i = store.begin(); i != store.end(); ++i) {
G4GLOB_DLL std::ostream G4cout
G4VSceneHandler & fSceneHandler
virtual void FinishView()
const std::vector< G4ModelingParameters::VisAttributesModifier > & GetVisAttributesModifiers() const
G4int GetNoOfSides() const
G4double GetExplodeFactor() const
G4int GetNumberOfCloudPoints() const
G4bool IsMarkerNotHidden() const
G4double GetGlobalLineWidthScale() const
const G4Colour & GetBackgroundColour() const
const G4VisAttributes * GetDefaultTextVisAttributes() const
const std::vector< G4double > & GetCBDParameters() const
G4int GetCBDAlgorithmNumber() const
G4double GetGlobalMarkerScale() const
G4bool IsCullingInvisible() const
const G4VisAttributes * GetDefaultVisAttributes() const
G4bool IsDensityCulling() const
G4double GetVisibleDensity() const
G4bool IsCullingCovered() const
DrawingStyle GetDrawingStyle() const
G4bool IsAuxEdgeVisible() const
const G4Colour & GetColour() const
G4bool CompareForKernelVisit(G4ViewParameters &)
void KernelVisitDecision()
G4XXXStoredViewer(G4VSceneHandler &, const G4String &name)
virtual ~G4XXXStoredViewer()