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
environmentalUniformRecord.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 DtEnvironmentalUniformRecord_H_
10
#define DtEnvironmentalUniformRecord_H_
11
12
13
#include "
environmentalGeometryRecord.h
"
14
15
20
class
DT_DLL_VL
DtEnvironmentalUniformRecord
:
21
public
DtEnvironmentalGeometryRecord
22
{
23
public
:
24
26
DtEnvironmentalUniformRecord
();
27
29
DtEnvironmentalUniformRecord
(
const
DtEnvironmentalUniformRecord
& orig);
30
32
const
DtEnvironmentalUniformRecord
&
operator=
(
33
const
DtEnvironmentalUniformRecord
& orig);
34
36
virtual
~
DtEnvironmentalUniformRecord
();
37
39
virtual
DtEnvironmentalRecord
*
clone
()
const
;
40
42
virtual
bool
createNetworkRepresentation
();
43
45
const
DtNetUniformGeometryRecord
* uniformNetRep()
const
;
46
DtNetUniformGeometryRecord
* uniformNetRep();
47
49
virtual
void
setFromNet
(
const
DtNetEnvironmentalRecord
& buffer);
50
52
virtual
int
netRepSize
()
const
;
53
54
protected
:
55
57
DtEnvironmentalUniformRecord
*
self
()
const
;
58
59
protected
:
60
};
61
62
63
#endif
64
Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)