VR-Link API Documentation for HLA Evolved
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vl
environmentalDRPointRecord.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 DtEnvironmentalDRPointRecord_H_
10
#define DtEnvironmentalDRPointRecord_H_
11
12
13
#include "
environmentalGeometryRecord.h
"
14
#include <
matrix/vlVector.h
>
15
16
21
class
DT_DLL_VL
DtEnvironmentalDRPointRecord
:
22
public
DtEnvironmentalGeometryRecord
23
{
24
public
:
25
27
DtEnvironmentalDRPointRecord
();
28
30
DtEnvironmentalDRPointRecord
(
31
const
DtEnvironmentalDRPointRecord
& orig);
32
34
const
DtEnvironmentalDRPointRecord
&
operator=
(
35
const
DtEnvironmentalDRPointRecord
& orig);
36
38
virtual
~
DtEnvironmentalDRPointRecord
();
39
41
virtual
DtEnvironmentalRecord
*
clone
()
const
;
42
44
virtual
void
setLocation(
const
DtVector
& location);
45
virtual
const
DtVector
& location()
const
;
46
48
virtual
void
setVelocity(
const
DtVector
& velocity);
49
virtual
const
DtVector
& velocity()
const
;
50
54
virtual
bool
createNetworkRepresentation
();
55
57
const
DtNetEnvironmentalDRPointRecord
* drPointNetRep()
const
;
58
DtNetEnvironmentalDRPointRecord
* drPointNetRep();
59
61
virtual
void
setFromNet
(
const
DtNetEnvironmentalRecord
& buffer,
int
protocolVersion);
62
64
virtual
int
netRepSize
()
const
;
65
66
protected
:
67
69
DtEnvironmentalDRPointRecord
*
self
()
const
;
70
71
protected
:
72
73
DtVector
myLocation
;
74
DtVector
myVelocity
;
75
};
76
77
78
#endif
79
Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)