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_RelationshipTarget.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_RelationshipTarget.h ( SIM Library, C++)
7
*
8
* COMMENTS:
9
*/
10
11
#ifndef __SIM_RelationshipTarget__
12
#define __SIM_RelationshipTarget__
13
14
#include "
SIM_API.h
"
15
#include "
SIM_RelationshipData.h
"
16
17
/// Defines a relationship between objects that the affectee objects
18
/// should target the affector objects.
19
class
SIM_API
SIM_RelationshipTarget
:
public
SIM_RelationshipData
20
{
21
protected
:
22
explicit
SIM_RelationshipTarget
(
const
SIM_DataFactory
*factory);
23
~
SIM_RelationshipTarget
()
override
;
24
25
private
:
26
static
const
SIM_DopDescription
*getTargetDopDescription();
27
28
DECLARE_STANDARD_GETCASTTOTYPE
();
29
DECLARE_DATAFACTORY
(
SIM_RelationshipTarget
,
30
SIM_RelationshipData
,
31
"Target Relationship"
,
32
getTargetDopDescription());
33
};
34
35
#endif
36
DECLARE_STANDARD_GETCASTTOTYPE
#define DECLARE_STANDARD_GETCASTTOTYPE()
Definition:
SIM_DataUtils.h:50
SIM_RelationshipTarget
Definition:
SIM_RelationshipTarget.h:19
DECLARE_DATAFACTORY
#define DECLARE_DATAFACTORY(DataClass, SuperClass, Description, DopParms)
Definition:
SIM_DataUtils.h:63
SIM_API.h
SIM_RelationshipData
Definition:
SIM_RelationshipData.h:17
SIM_DopDescription
Definition:
SIM_DopDescription.h:23
SIM_DataFactory
Definition:
SIM_DataFactory.h:33
SIM_RelationshipData.h
SIM_API
#define SIM_API
Definition:
SIM_API.h:12
SIM
SIM_RelationshipTarget.h
Generated on Tue Dec 17 2024 03:41:46 for HDK by
1.8.6