VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgChannelManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2016 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>
20 
21 namespace osgViewer
22 {
23  class CompositeViewer;
24 }
25 
26 namespace makVrv
27 {
28 
29  class DtOsgRenderer;
30 
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 
52  virtual void setIncrementalCompileOption(bool enable);
53 
56  virtual void setMaxPagedLODs( int maxPagedLODs );
57 
58  protected:
59 
61  DtChannel* realizeConfiguration(DtChannelConfiguration& config);
62 
64 
65  };
66 
68  {
69  public:
70 
73  virtual DtChannelManager* create(DtDe& anIG, DtWindow* window,
74  DtChannelConfigurations& channelConfigs);
75 
76  };
77 }
78 
79 #endif
80 
Abstract Base class.
Definition: DtWindow.h:25
The DtOsgRenderer is the component responsible for rendering 3D images onto the screen via OpenSceneG...
Definition: DtOsgRenderer.h:125
Contains makVrv::DtChannelManager class.
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Creator for a DtChannelManager.
Definition: DtChannelManager.h:135
Contains DT_VIRTUAL_CTR DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VIRTUAL_CTR DT_VIRTUAL_CTR...
DtOsgRenderer * myRenderer
Definition: DtOsgChannelManager.h:63
The abstract Channel Class.
Definition: DtChannel.h:29
Base class for handling DtChannels.
Definition: DtChannelManager.h:35
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This class owns the osgViewer::CompositeViewer.
Definition: DtOsgChannelManager.h:33
Definition: DtOsgChannelManager.h:67
Contains makVrv::DtViewConfiguration class.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)