VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRainGroundAccumulationCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
20  {
21  public:
24 
27 
28  public:
29 
31  virtual float groundRainAccumulation() const;
32 
34  virtual void setGroundRainAccumulation(float depth);
35 
37  virtual void execute(DtDe& de);
38 
39  protected:
41  };
42 
46  {
47  public:
50 
53 
55  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
56  };
57 } //makVrv::
DtVisibilityCommandCreator creates a DtVisibilityCommand.
Definition: DtRainGroundAccumulationCommand.h:45
DtRainGroundAccumulationCommand.
Definition: DtRainGroundAccumulationCommand.h:19
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
float myGroundRainAccumulation
Definition: DtRainGroundAccumulationCommand.h:40
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
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
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)