VR-Link API Documentation for DIS
enviroTypeRec.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 enviroTypeRec_H_
10 #define enviroTypeRec_H_
11 
12 #include "entityType.h"
13 
18 {
19 
20 public:
21 
24 
26  DtEnvironmentTypeRecord(const char*p);
27 
29  DtEnvironmentTypeRecord(int kind, int domain, int envClass, int category,
30  int subCategory, int specific, int extra);
31 
33 
35  virtual ~DtEnvironmentTypeRecord();
36 
39 
41  DtEnvironmentTypeRecord& operator=(const DtEnvironmentTypeRecord& orig);
42  DtEnvironmentTypeRecord& operator=(const DtNetEntityType& orig);
43 
45  virtual void setClassOfEnv(int cls);
46  virtual int classOfEnv() const;
47 
48 protected:
49 
51  virtual void setCountry(int country);
52  virtual int country() const;
53 };
54 
55 #endif
56 

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)