VR-Link API Documentation for DIS
environmentalSphereRecord.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 DtEnvironmentalSphereRecord_H_
10 #define DtEnvironmentalSphereRecord_H_
11 
12 
14 
15 
19 
22 {
23 public:
25 
27 
29  const DtEnvironmentalSphereRecord& orig);
30 
31  virtual ~DtEnvironmentalSphereRecord();
32 
33  virtual DtEnvironmentalRecord* clone() const;
34 
35  virtual void setLocation(const DtVector& location);
36  virtual const DtVector& location() const;
37 
38  virtual void setRadius(DtFloat32 radius);
39  virtual DtFloat32 radius() const;
40 
44  virtual bool createNetworkRepresentation();
45 
47  const DtNetEnvironmentalSphereRecord* sphereNetRep() const;
48  DtNetEnvironmentalSphereRecord* sphereNetRep();
49 
51  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer);
52 
53  virtual int netRepSize() const;
54 
55 protected:
56 
58  DtEnvironmentalSphereRecord* self() const;
59 
60 protected:
61 
63 };
64 
65 
66 #endif
67 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)