VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nbcSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwBoolean.h"
17 
21 {
22  private:
25 
26 public:
28  DtNbcSensorDescriptor(const DtString& name,
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
33  orig, DtReaderWriterRegistry* parentRegistry = 0);
34 
37  DtNbcSensorDescriptor& orig);
38 
40  virtual ~DtNbcSensorDescriptor();
41 
44  virtual DtString type() const;
45 
47  DtReaderWriterRegistry * parentRegistry = 0) const;
48 
51 
54  virtual bool detectsNuclear() const;
55  virtual void setDetectsNuclear(bool d);
57 
60  virtual DtReal nuclearDetectionRange() const;
61  virtual void setNuclearDetectionRange(DtReal range);
63 
66  virtual bool detectsBiological() const;
67  virtual void setDetectsBiological(bool d);
69 
72  virtual DtReal biologicalDetectionRange() const;
73  virtual void setBiologicalDetectionRange(DtReal range);
75 
78  virtual bool detectsChemical() const;
79  virtual void setDetectsChemical(bool d);
81 
84  virtual DtReal chemicalDetectionRange() const;
85  virtual void setChemicalDetectionRange(DtReal range);
87 
88 protected:
89 
93 
99 
106 
112 
119 
125 
132 
134 };
135 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)