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
environmentalBoundingSphereRecord.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 DtEnvironmentalBoundingSphereRecord_H_
10
#define DtEnvironmentalBoundingSphereRecord_H_
11
12
13
#include "
environmentalSphereRecord.h
"
14
15
22
class
DT_DLL_VL
DtEnvironmentalBoundingSphereRecord
:
23
public
DtEnvironmentalSphereRecord
24
{
25
public
:
27
DtEnvironmentalBoundingSphereRecord
();
28
30
DtEnvironmentalBoundingSphereRecord
(
31
const
DtEnvironmentalBoundingSphereRecord
& orig);
32
34
const
DtEnvironmentalBoundingSphereRecord
&
operator=
(
35
const
DtEnvironmentalBoundingSphereRecord
& orig);
36
38
virtual
~
DtEnvironmentalBoundingSphereRecord
();
39
41
virtual
DtEnvironmentalRecord
*
clone
()
const
;
42
46
virtual
bool
createNetworkRepresentation
();
47
48
};
49
50
51
#endif
52
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)