VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPlanViewPostProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
11 
12 // Get proper local export symbol
14 
16 
18 
19 namespace makVrv
20 {
21  class DtDe;
22  class DtChannel;
23 
29  {
30  public:
31 
34 
36  virtual ~DtPlanViewPostProcessor();
37 
38  private:
39 
42 
45 
48 
49  public:
50 
52  virtual bool update(DtChannel *channel);
53 
55  virtual bool postProcessorEnabled() override;
56 
57  const static std::string theEffectName;
58 
59  protected:
60 
62  virtual void slot_reloadShaders();
63 
64  protected:
65 
68  };
69 
71  {
72  public:
73 
76 
79 
82 
83  protected:
84 
86  DtPostProcessor* create(DtDe& de, const std::string& postProcessType);
87  };
88 
89 }
static const std::string theEffectName
Definition: DtPlanViewPostProcessor.h:57
DtPostProcessor * create(DtDe &de, const std::string &postProcessType)
Create an instance of DtPostProcessor.
DtSignalConnectionManager myConnections
Definition: DtPlanViewPostProcessor.h:67
DtPostProcessorCreator is the common base class for all post processor creators.
Definition: DtPostProcessor.h:232
This class provides the management of post processors and their post processing effects.
Definition: DtPostProcessManagerInterface.h:24
Definition: DtPlanViewPostProcessor.h:70
The abstract Channel Class.
Definition: DtChannel.h:35
DtPlanViewPostProcessorCreator()
CTOR.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
#define DT_DLL_VRVPOSTPROCESSOR
Definition: vrvPostProcessor.h:19
virtual ~DtPlanViewPostProcessorCreator()
DTOR.
Contains DLL export macros.
Base class to provide boost signal/slot management.
A post processor class that handles 2D map recoloring post processing effects. Technically this post ...
Definition: DtPlanViewPostProcessor.h:28
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
bool myShaderDirty
Definition: DtPlanViewPostProcessor.h:66
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)