VR-Link API Documentation for HLA 1.3
envUniform.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 "envGeometry.h"
14 
15 
22 {
23 public:
24 
27 
30 
33  const DtEnvironmentalUniformRecord& orig);
34 
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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)