VR-Link API Documentation for DIS
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
environmentalLineRecord.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 DtEnvironmentalLineRecord_H_
10
#define DtEnvironmentalLineRecord_H_
11
12
#include "
environmentalGeometryRecord.h
"
13
#include <
matrix/vlVector.h
>
14
15
19
20
class
DT_DLL_VL
DtEnvironmentalLineRecord
:
public
DtEnvironmentalGeometryRecord
21
{
22
public
:
23
25
DtEnvironmentalLineRecord
();
26
28
DtEnvironmentalLineRecord
(
29
const
DtEnvironmentalLineRecord
& orig);
30
32
const
DtEnvironmentalLineRecord
&
operator=
(
33
const
DtEnvironmentalLineRecord
& orig);
34
36
virtual
~
DtEnvironmentalLineRecord
();
37
39
virtual
DtEnvironmentalRecord
*
clone
()
const
;
40
42
virtual
void
setStartLocation(
const
DtVector
& startLocation);
43
virtual
const
DtVector
& startLocation()
const
;
44
46
virtual
void
setEndLocation(
const
DtVector
& endLocation);
47
virtual
const
DtVector
& endLocation()
const
;
48
52
virtual
bool
createNetworkRepresentation
();
53
55
const
DtNetEnvironmentalLineRecord
* lineNetRep()
const
;
56
DtNetEnvironmentalLineRecord
* lineNetRep();
57
59
virtual
void
setFromNet
(
const
DtNetEnvironmentalRecord
& buffer,
int
protocolVersion);
60
62
virtual
int
netRepSize
()
const
;
63
64
protected
:
65
67
DtEnvironmentalLineRecord
*
self
()
const
;
68
69
protected
:
70
71
DtVector
myStartLocation
;
72
DtVector
myEndLocation
;
73
};
74
75
76
#endif
77
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
)