Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -35,13 +35,13 @@
|
||||
|
||||
class G4VSceneHandler;
|
||||
|
||||
class G4VRML2File: public G4VGraphicsSystem {
|
||||
public:
|
||||
G4VRML2File();
|
||||
virtual ~G4VRML2File();
|
||||
G4VSceneHandler* CreateSceneHandler(const G4String& name = "");
|
||||
G4VViewer* CreateViewer(G4VSceneHandler&, const G4String& name = "");
|
||||
|
||||
class G4VRML2File : public G4VGraphicsSystem
|
||||
{
|
||||
public:
|
||||
G4VRML2File();
|
||||
virtual ~G4VRML2File();
|
||||
G4VSceneHandler* CreateSceneHandler(const G4String& name = "");
|
||||
G4VViewer* CreateViewer(G4VSceneHandler&, const G4String& name = "");
|
||||
};
|
||||
|
||||
#endif //G4VRML2FILE_HH
|
||||
#endif // G4VRML2FILE_HH
|
||||
|
||||
Reference in New Issue
Block a user