AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
OsgSimulationWindowMgr.h
1
#pragma once
2
3
namespace
OsgAnimatSim
4
{
5
11
namespace
Visualization
12
{
13
14
class
ANIMAT_OSG_PORT
OsgSimulationWindowMgr
:
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
OsgSimulationWindowMgr
(
void
);
23
~
OsgSimulationWindowMgr
(
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 OsgAnimatSim
34
35
OsgAnimatSim::Visualization::OsgSimulationWindowMgr
Definition:
OsgSimulationWindowMgr.h:14
OsgAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.
Definition:
OsgAttachment.cpp:23
AnimatSim::SimulationWindowMgr
Manager for simulation windows.
Definition:
SimulationWindowMgr.h:20
Libraries
OsgAnimatSim
OsgSimulationWindowMgr.h
Generated on Tue Sep 29 2015 07:07:18 for AnimatLab by
1.8.10