VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
envBndSphere.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 "
envSphere.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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)