VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vlpi
attachedPart.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#ifndef attachedPart_H_
10
#define attachedPart_H_
11
12
#include <
vlutil/vlMachineTypes.h
>
13
14
#include "
entityType.h
"
15
22
class
DT_DLL_VLPROTIND
DtAttachedPart
23
{
24
public
:
27
DtAttachedPart
();
28
30
virtual
~
DtAttachedPart
();
31
33
DtAttachedPart
(
const
DtAttachedPart
& orig);
34
36
DtAttachedPart
& operator=(
const
DtAttachedPart
& orig);
37
39
40
41
42
43
44
45
46
bool
operator==
(
const
DtAttachedPart
& other)
const
;
47
bool
operator!=
(
const
DtAttachedPart
& other)
const
;
49
51
52
virtual
const
DtEntityType
& entityType()
const
;
53
virtual
void
setEntityType(
const
DtEntityType
& entType);
55
57
58
59
60
virtual
bool
detached()
const
;
61
virtual
void
setDetached(
bool
det);
63
65
66
67
68
virtual
unsigned
int
attachedTo()
const
;
69
virtual
void
setAttachedTo(
unsigned
int
where);
71
72
protected
:
73
DtEntityType
myEntityType
;
74
bool
myDetached
;
75
unsigned
short
myAttachedTo
;
76
};
77
78
#endif
79
80
81
Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)