VR-Link API Documentation for HLA 1.3
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
environmentalSphereRecord.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 DtEnvironmentalSphereRecord_H_
10
#define DtEnvironmentalSphereRecord_H_
11
12
13
#include "
environmentalGeometryRecord.h
"
14
15
19
20
class
DT_DLL_VL
DtEnvironmentalSphereRecord
:
21
public
DtEnvironmentalGeometryRecord
22
{
23
public
:
24
DtEnvironmentalSphereRecord
();
25
27
DtEnvironmentalSphereRecord
(
28
const
DtEnvironmentalSphereRecord
& orig);
29
30
const
DtEnvironmentalSphereRecord
&
operator=
(
31
const
DtEnvironmentalSphereRecord
& orig);
32
33
virtual
~
DtEnvironmentalSphereRecord
();
34
35
virtual
DtEnvironmentalRecord
*
clone
()
const
;
36
37
virtual
void
setLocation(
const
DtVector
& location);
38
virtual
const
DtVector
& location()
const
;
39
40
virtual
void
setRadius(
DtFloat32
radius);
41
virtual
DtFloat32
radius()
const
;
42
46
virtual
bool
createNetworkRepresentation
();
47
49
const
DtNetEnvironmentalSphereRecord
* sphereNetRep()
const
;
50
DtNetEnvironmentalSphereRecord
* sphereNetRep();
51
53
virtual
void
setFromNet
(
const
DtNetEnvironmentalRecord
& buffer,
int
protocolVersion);
54
55
virtual
int
netRepSize
()
const
;
56
57
protected
:
58
60
DtEnvironmentalSphereRecord
*
self
()
const
;
61
62
protected
:
63
64
DtVector
myCentroid
;
65
};
66
67
68
#endif
69
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)