VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsg
DtOsgChannelManager.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtOsgChannelManager.h,v $ $Revision: 1.35 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtOsgChannelManager_H_
14
#define DtOsgChannelManager_H_
15
16
#include <
vrvOsg/vrvOsg.h
>
17
#include <
vrvCore/DtChannelManager.h
>
18
#include <
vrvUtil/DtWindowConfiguration.h
>
19
#include <
vrvUtil/virtualConstructor.h
>
20
21
namespace
osgViewer
22
{
23
class
CompositeViewer;
24
}
25
26
namespace
makVrv
27
{
28
29
class
DtOsgRenderer;
30
33
class
DT_DLL_VRVOSG
DtOsgChannelManager
:
public
DtChannelManager
34
{
35
36
public
:
37
39
DtOsgChannelManager
(
DtDe
& de,
DtWindow
* window,
40
DtChannelConfigurations
& channelConfigs);
41
43
virtual
~
DtOsgChannelManager
();
44
46
virtual
void
destroyChannel(
const
std::string& displayName,
const
std::string& windowName,
47
const
std::string& channelName);
48
49
osgViewer::CompositeViewer* viewer();
50
protected
:
51
53
virtual
void
toggleOnScreenStats();
54
56
virtual
void
printStats();
57
58
59
protected
:
60
62
DtChannel
* realizeConfiguration(
DtChannelConfiguration
& config);
63
64
DtOsgRenderer
*
myRenderer
;
65
66
};
67
68
class
DT_DLL_VRVOSG
DtOsgChannelManagerCreator
:
public
DtChannelManagerCreator
69
{
70
public
:
71
74
virtual
DtChannelManager
* create(
DtDe
& anIG,
DtWindow
* window,
75
DtChannelConfigurations
& channelConfigs);
76
77
};
78
}
79
80
#endif
81
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)