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
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 Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (
www.mak.com
)