AnimatLab  2
Test
VsSimulationWindowMgr.h
1 #pragma once
2 
3 namespace VortexAnimatSim
4 {
5 
11  namespace Visualization
12  {
13 
15 {
16 protected:
17 
18  //osg::ref_ptr<osgViewer::CompositeViewer> m_osgViewer;
19  //osg::ref_ptr<osg::GraphicsContext> m_osgGraphicsContext;
20 
21 public:
23  ~VsSimulationWindowMgr(void);
24 
25  //virtual osgViewer::CompositeViewer *Viewer() {return m_osgViewer.get();};
26  //virtual osg::GraphicsContext *GraphicsContext() {return m_osgGraphicsContext.get();};
27 
28  virtual void Initialize();
29  virtual void Realize();
30 };
31 
32  }// end Visualization
33 }// end VortexAnimatSim
34 
35 
Manager for simulation windows.
Classes for implementing the cm-labs vortex physics engine for AnimatLab.