VR-Forces 4.1 Class Documentation
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>
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 
51  protected:
52 
54  DtChannel* realizeConfiguration(DtChannelConfiguration& config);
55 
57 
58  };
59 
61  {
62  public:
63 
66  virtual DtChannelManager* create(DtDe& anIG, DtWindow* window,
67  DtChannelConfigurations& channelConfigs);
68 
69  };
70 }
71 
72 #endif
73 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)