AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
VsSimulationWindowMgr.h
1
#pragma once
2
3
namespace
VortexAnimatSim
4
{
5
11
namespace
Visualization
12
{
13
14
class
VORTEX_PORT
VsSimulationWindowMgr
:
public
AnimatSim::SimulationWindowMgr
15
{
16
protected
:
17
18
//osg::ref_ptr<osgViewer::CompositeViewer> m_osgViewer;
19
//osg::ref_ptr<osg::GraphicsContext> m_osgGraphicsContext;
20
21
public
:
22
VsSimulationWindowMgr
(
void
);
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
VortexAnimatSim::Visualization::VsSimulationWindowMgr
Definition:
VsSimulationWindowMgr.h:14
AnimatSim::SimulationWindowMgr
Manager for simulation windows.
Definition:
SimulationWindowMgr.h:20
VortexAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
Definition:
MeshMinVertexDistanceVisitor.cpp:5
Libraries
VortexAnimatSim
VsSimulationWindowMgr.h
Generated on Tue Sep 29 2015 07:07:24 for AnimatLab by
1.8.10