Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -37,25 +37,27 @@
|
||||
|
||||
class G4VRML2FileSceneHandler;
|
||||
|
||||
class G4VRML2FileViewer: public G4VViewer {
|
||||
public:
|
||||
G4VRML2FileViewer(G4VRML2FileSceneHandler& scene, const G4String& name = "");
|
||||
virtual ~G4VRML2FileViewer();
|
||||
void ClearView();
|
||||
void DrawView();
|
||||
void ShowView();
|
||||
void FinishView();
|
||||
private:
|
||||
void SetView(); // Do nothing. SendViewParameters will do its job.
|
||||
void SendViewParameters () ;
|
||||
class G4VRML2FileViewer : public G4VViewer
|
||||
{
|
||||
public:
|
||||
G4VRML2FileViewer(G4VRML2FileSceneHandler& scene, const G4String& name = "");
|
||||
virtual ~G4VRML2FileViewer();
|
||||
void ClearView();
|
||||
void DrawView();
|
||||
void ShowView();
|
||||
void FinishView();
|
||||
|
||||
private:
|
||||
G4VRML2FileSceneHandler& fSceneHandler; // Reference to Graphics Scene for this view.
|
||||
std::ofstream& fDest ;
|
||||
private:
|
||||
void SetView(); // Do nothing. SendViewParameters will do its job.
|
||||
void SendViewParameters();
|
||||
|
||||
G4double fViewHalfAngle ;
|
||||
G4double fsin_VHA ;
|
||||
private:
|
||||
G4VRML2FileSceneHandler&
|
||||
fSceneHandler; // Reference to Graphics Scene for this view.
|
||||
std::ofstream& fDest;
|
||||
|
||||
G4double fViewHalfAngle;
|
||||
G4double fsin_VHA;
|
||||
};
|
||||
|
||||
#endif //G4VRML2FILE_VIEWER_HH
|
||||
#endif // G4VRML2FILE_VIEWER_HH
|
||||
|
||||
Reference in New Issue
Block a user