VR-Forces Developer's Guide
 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) 2022 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() const;
53 
55  virtual void setInputTexture(const DtChannel* channel, osg::Texture* texture) override;
56 
57  protected:
58 
60 
62 
63  };
64 
65  // For DtPostProcessFactory
67  {
68  public:
69  DtPostProcessor* create(DtDe& de, const std::string& postProcessType);
70  };
71 
72 }
DtSignalConnectionManager myConnections
Definition: DtVideoStreamPostProcessor.h:59
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:232
DtVideoStreamPostProcessorDrawable * myPostProcessorDrawable
Definition: DtVideoStreamPostProcessor.h:61
unsigned int GLuint
Definition: DtGlTextureBufferObject.h:18
#define DT_DLL_VRVVIDEOSTREAM
Definition: vrvVideoStream.h:20
The abstract Channel Class.
Definition: DtChannel.h:35
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
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:66
Base class to provide boost signal/slot management.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Contains DLL export macros.
This class provides the OSG-specific implementation of a post processor. A post processor has a type ...
Definition: DtPostProcessor.h:66

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)