VR-Forces 5.0.1 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 
26 
27 
28  virtual HandlerType type() const { return AirTurbulence; };
29 
30  void setTurbulenceLevel(int turbulenceLevel);
31  protected:
33  virtual bool createVrfObject(DtVrfObjectFacadeInterface*);
34  virtual void postCreateInitialize(DtVrfObjectFacadeInterface*);
35 
36  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView,
37  makVrv::DtUniqueID sceneObjectId, DtVrlinkSimulatedBaseStateView* principalStateView);
38 
39  virtual DtVrfObjectFacadeInterface* createLocalRepresentation(DtVrlinkSimulatedBaseStateView* editStateView);
40 
41  protected:
43  };
44 
47 }
The Master Scenario Settings Dialog.
Definition: vrfShapeManipulationHandler.h:31
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Definition: vrfObjectFacadeInterface.h:53
HandlerType
The type of handler this is.
Definition: vrfObjectManipulationHandlerBaseClass.h:52
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:70
The handler for creating weather objects.
Definition: vrfAirTurbulenceManipulationHandler.h:19
Definition: vrfObjectManipulationHandlerBaseClass.h:834
virtual HandlerType type() const
The type of handler. Used to see if two handler are equivalent.
Definition: vrfAirTurbulenceManipulationHandler.h:28
Definition: vrfObjectManipulationHandlerBaseClass.h:68

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)