VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfAirTurbulenceManipulationHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
11 
12 #pragma once
13 
14 
15 namespace makVrf
16 {
20  {
21 
22  public:
23 
25  virtual ~DtVrfAirTurbulenceManipulationHandler() override;
26 
27 
28  virtual HandlerType type() const override { return AirTurbulence; };
29 
30  void setTurbulenceLevel(int turbulenceLevel);
31  protected:
33  virtual bool createVrfObject(DtVrfObjectFacadeInterface*) override;
34  virtual void postCreateInitialize(DtVrfObjectFacadeInterface*) override;
35 
36  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtSimObjectReference editStateView,
37  makVrv::DtUniqueID sceneObjectId, DtSimObjectReference principalStateView) override;
38 
39  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtSimObjectReference editStateView) override;
40 
41  protected:
43  };
44 
47 }
Definition: vrfShapeManipulationHandler.h:29
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
virtual HandlerType type() const override
The type of handler. Used to see if two handler are equivalent.
Definition: vrfAirTurbulenceManipulationHandler.h:28
Definition: vrfObjectFacadeInterface.h:53
HandlerType
The type of handler this is.
Definition: vrfObjectManipulationHandlerBaseClass.h:52
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
int myTurbulenceLevel
Definition: vrfAirTurbulenceManipulationHandler.h:42
DtVrfObjectManipulationHandlerCreator< DtVrfAirTurbulenceManipulationHandler > DtVrfAirTurbulenceManipulationHandlerCreator
Definition: vrfAirTurbulenceManipulationHandler.h:46
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:76
The handler for creating weather objects.
Definition: vrfAirTurbulenceManipulationHandler.h:19
Definition: vrfObjectManipulationHandlerBaseClass.h:840
Definition: vrfObjectManipulationHandlerBaseClass.h:68

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)