|
Last change
on this file since 242 was 233, checked in by barrand, 19 years ago |
|
|
-
Property svn:eol-style
set to
native
|
|
File size:
419 bytes
|
| Line | |
|---|
| 1 | #ifndef G4Lab_SoG4RunManager_h
|
|---|
| 2 | #define G4Lab_SoG4RunManager_h
|
|---|
| 3 |
|
|---|
| 4 | #include <Inventor/nodes/SoSubNode.h>
|
|---|
| 5 | #include <Inventor/fields/SoSFInt32.h>
|
|---|
| 6 |
|
|---|
| 7 | class SoG4RunManager : public SoNode {
|
|---|
| 8 | SO_NODE_HEADER(SoG4RunManager);
|
|---|
| 9 | public:
|
|---|
| 10 | SoSFInt32 numberOfEvents;
|
|---|
| 11 | public:
|
|---|
| 12 | SoG4RunManager();
|
|---|
| 13 | public:
|
|---|
| 14 | static void initClass();
|
|---|
| 15 | protected:
|
|---|
| 16 | virtual void GLRender(SoGLRenderAction*);
|
|---|
| 17 | protected:
|
|---|
| 18 | virtual ~SoG4RunManager();
|
|---|
| 19 | };
|
|---|
| 20 |
|
|---|
| 21 | #endif
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.