HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
20
class
SIM_API
SIM_ConAnchorTarget
:
public
SIM_ConAnchor
21
{
22
public
:
23
GETSET_DATA_FUNCS_S
(
SIM_NAME_OBJECT
, ObjectName);
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
32
DECLARE_STANDARD_GETCASTTOTYPE
();
33
DECLARE_DATAFACTORY
(
SIM_ConAnchorTarget
,
34
SIM_ConAnchor
,
35
"Anchor: Target"
,
36
getDopDescription());
37
};
38
39
#endif
40
DECLARE_STANDARD_GETCASTTOTYPE
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition:
SIM_DataUtils.h:50
GETSET_DATA_FUNCS_S
#define GETSET_DATA_FUNCS_S(DataName, FuncName)
Definition:
SIM_OptionsUser.h:339
SIM_ConAnchor
Definition:
SIM_ConAnchor.h:26
SIM_ConAnchor.h
DECLARE_DATAFACTORY
#define DECLARE_DATAFACTORY(DataClass, SuperClass, Description, DopParms)
Definition:
SIM_DataUtils.h:63
SIM_API.h
f
GLfloat f
Definition:
glcorearb.h:1926
SIM_DopDescription
Definition:
SIM_DopDescription.h:23
SIM_DataFactory
Definition:
SIM_DataFactory.h:33
SIM_ConAnchorTarget
Definition:
SIM_ConAnchorTarget.h:20
SIM_NAME_OBJECT
#define SIM_NAME_OBJECT
Definition:
SIM_Names.h:225
SIM_API
#define SIM_API
Definition:
SIM_API.h:12
SIM
SIM_ConAnchorTarget.h
Generated on Sun Nov 17 2024 03:03:19 for HDK by
1.8.6