HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_SwitchValue.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  */
7 
8 #ifndef __SIM_SwitchValue_h__
9 #define __SIM_SwitchValue_h__
10 
11 #include "SIM_API.h"
12 #include "SIM_OptionsUser.h"
13 #include "SIM_DataUtils.h"
14 
15 /// This data type stres a single float value which is used by the Blend
16 /// Solver to control the interpolation between the sources.
18  public SIM_OptionsUser
19 {
20 public:
21  /// Control the translation attribute of the blended data.
23 
24 protected:
25  explicit SIM_SwitchValue(const SIM_DataFactory *factory);
26  ~SIM_SwitchValue() override;
27 
28 private:
29  static const SIM_DopDescription *getSwitchValueDopDescription();
30 
33  SIM_Data,
34  "Switch Value",
35  getSwitchValueDopDescription());
36 };
37 
38 #endif
39 
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition: SIM_DataUtils.h:50
#define DECLARE_DATAFACTORY(DataClass, SuperClass, Description, DopParms)
Definition: SIM_DataUtils.h:63
#define GETSET_DATA_FUNCS_I(DataName, FuncName)
#define SIM_API
Definition: SIM_API.h:12
#define SIM_NAME_SWITCHVALUE
Definition: SIM_Names.h:196