VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtPrecipitationCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: $ $Revision: 95512 $ $State: $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/DtVrvCommand.h>
16 
17 #include <vrvCore/DtEnvironment.h>
18 
19 namespace makVrv
20 {
24  {
25  public:
27  virtual ~DtPrecipitationCommand();
28 
29  virtual DtEnvironment::PrecipitationType precipitationType() const;
30  virtual void setPrecipitationType(DtEnvironment::PrecipitationType newType);
31 
32  virtual float intensity() const;
33  virtual void setIntensity(const float& newIntensity);
34 
35  virtual void execute(DtDe& de);
36 
37  protected:
39  float myIntenstiy;
40  };
41 
45  {
46  public:
49 
50  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
51  };
52 
53 } //makVrv::

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)