VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEffectControllerCreatorTemplate.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
15 
16 namespace makVrv
17 {
18  class DtOsgFileCache;
19  class DtOsgEffectTextureController;
20 
23  template <class T>
25  {
26  public:
30  };
31 }
32 
33 #include "DtEffectControllerCreatorTemplate.inl"
Base class for controllers that install and control effect textures.
Definition: DtOsgEffectTextureController.h:44
Definition: DtEffectControllerCreator.h:14
Contains DLL export macros.
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:70
virtual DtOsgEffectTextureController * create(DtDe &de)
template for creating effect controller creators. Implements a simple create function which creates t...
Definition: DtEffectControllerCreatorTemplate.h:24

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)