VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
14 
15 
22 {
23 public:
24 
27 
30  const DtEnvironmentalUniformRecord& orig);
31 
34  const DtEnvironmentalUniformRecord& orig);
35 
38 
40  virtual DtEnvironmentalRecord* clone() const;
41 
43  virtual bool createNetworkRepresentation();
44 
46  const DtNetUniformGeometryRecord* uniformNetRep() const;
47  DtNetUniformGeometryRecord* uniformNetRep();
48 
50  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
51 
53  virtual int netRepSize() const;
54 
55 protected:
56 
58  DtEnvironmentalUniformRecord* self() const;
59 
60 protected:
61 };
62 
63 
64 #endif
65 
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Uniform Geometry Record (EBV-DOC, 12.4.4.16)
Definition: envProcP.h:381
virtual DtEnvironmentalRecord * clone() const
Clone.
DtEnvironmentalUniformRecord implements the Environmental geometry record type "Uniform Record...
Definition: environmentalUniformRecord.h:20
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
virtual bool createNetworkRepresentation()
This doesn't need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)