HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_ActiveValue.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_ActiveValue_h__
9 #define __SIM_ActiveValue_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_ActiveValue(const SIM_DataFactory *factory);
26  ~SIM_ActiveValue() override;
27 
28 private:
29  static const SIM_DopDescription *getActiveValueDopDescription();
30 
33  SIM_Data,
34  "Active Value",
35  getActiveValueDopDescription());
36 };
37 
38 #endif
39 
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition: SIM_DataUtils.h:50
#define GETSET_DATA_FUNCS_F(DataName, FuncName)
#define DECLARE_DATAFACTORY(DataClass, SuperClass, Description, DopParms)
Definition: SIM_DataUtils.h:63
#define SIM_API
Definition: SIM_API.h:12
#define SIM_NAME_ACTIVE
Parameter and SimpleData names for data.
Definition: SIM_Names.h:70