HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_ConAnchorTarget.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  * NAME: SIM_ConAnchorTarget.h ( SIM Library, C++)
7  *
8  * COMMENTS:
9  * If SIM_ConAnchorTarget is used as a goal anchor,
10  * then the constrained object is made to follow the point attributes
11  * targetP and targetv.
12  */
13 
14 #ifndef __SIM_ConAnchorTarget__
15 #define __SIM_ConAnchorTarget__
16 
17 #include "SIM_API.h"
18 #include "SIM_ConAnchor.h"
19 
21 {
22 public:
24 
25 protected:
26  explicit SIM_ConAnchorTarget(const SIM_DataFactory *f);
27  ~SIM_ConAnchorTarget() override;
28 
29 private:
30  static const SIM_DopDescription *getDopDescription();
31 
35  "Anchor: Target",
36  getDopDescription());
37 };
38 
39 #endif
40 
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition: SIM_DataUtils.h:50
#define GETSET_DATA_FUNCS_S(DataName, FuncName)
#define DECLARE_DATAFACTORY(DataClass, SuperClass, Description, DopParms)
Definition: SIM_DataUtils.h:63
GLfloat f
Definition: glcorearb.h:1926
#define SIM_NAME_OBJECT
Definition: SIM_Names.h:225
#define SIM_API
Definition: SIM_API.h:12