VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamPostProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
11 
13 
15 
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStreamPostProcessorDrawable;
26  {
27  public:
29  DtVideoStreamPostProcessor(DtDe& de, const std::string& postProcessorType);
30 
32  virtual ~DtVideoStreamPostProcessor();
33  private:
36 
39 
42 
43  public:
44 
46  virtual bool update(DtChannel *channel);
47 
49  virtual void slot_reloadShaders();
50 
52  virtual GLuint inputTexId();
53  protected:
54 
56 
58 
60 
61  };
62 
63  // For DtPostProcessFactory
65  {
66  public:
67  DtPostProcessor* create(DtDe& de, const std::string& postProcessType);
68  };
69 
70 }
DtSignalConnectionManager myConnections
Definition: DtVideoStreamPostProcessor.h:57
DtDe & myDe
Definition: DtVideoStreamPostProcessor.h:55
create a post processor that will provide us with it's input texture id used by the video stream proc...
Definition: DtVideoStreamPostProcessor.h:25
DtPostProcessorCreator is the common base class for all post processor creators.
Definition: DtPostProcessor.h:213
DtVideoStreamPostProcessorDrawable * myPostProcessorDrawable
Definition: DtVideoStreamPostProcessor.h:59
unsigned int GLuint
Definition: DtGlTextureBufferObject.h:17
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
The abstract Channel Class.
Definition: DtChannel.h:29
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
class for rendering a post processor pass this particular post processor is just a pass through so th...
Definition: DtVideoStreamPostProcessorDrawable.h:35
Definition: DtVideoStreamPostProcessor.h:64
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains DLL export macros.
This class provides the OSG-specific implementation of a post processor.
Definition: DtPostProcessor.h:62

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)