VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
weatherLookModificationOperation.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 }
20 
21 namespace makVrf
22 {
25  {
26  public:
30 
33 
35  virtual DtWeatherLookModificationOperation* clone() const = 0;
36 
38  virtual void modelDefinitionForWeatherLook(const makArchives::DtEnvironmentRecord&, std::string& modelDef) const = 0;
39 
41  virtual void modifyColorForWeather(const makArchives::DtEnvironmentRecord&, float& r, float& g, float& b, float& a) const = 0;
42 
43  protected:
45  };
46 }
makVrv::DtDe & myDe
Definition: weatherLookModificationOperation.h:44
DtWeatherLookModificationOperation(makVrv::DtDe &de)
CTOR.
Definition: weatherLookModificationOperation.h:28
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
virtual ~DtWeatherLookModificationOperation()
DTOR.
Definition: weatherLookModificationOperation.h:32
The declaration of the makArchives::DtEnvironmentRecord class.
Record of environment/weather settings Includes precipitation, air, and clouds.
Definition: DtEnvironmentRecord.h:36
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
This class will be the interface for deciding what icons or colors to display for weather areas...
Definition: weatherLookModificationOperation.h:24
DtWeatherLookModificationOperation(const DtWeatherLookModificationOperation &orig)
Definition: weatherLookModificationOperation.h:29

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)