VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
tacticalSmokeParameters.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: tacticalSmokeParams.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 
13 #ifndef tacticalSmokeParameters_H_
14 #define tacticalSmokeParameters_H_
15 
18 #include "readerWriter/rwVector.h"
20 
22 {
23 public:
25  DtTacticalSmokeParameters(const DtString& name = DtString::nullString(),
26  DtReaderWriterRegistry* parentRegistry = NULL, DtEnvironmentSP env = DtEnvironmentSP(), DtEnvValueSP* objectNode = NULL);
27 
29  DtReaderWriterRegistry* parentRegistry = NULL, DtEnvironmentSP env = DtEnvironmentSP(), DtEnvValueSP* objectNode = NULL);
30 
32  virtual ~DtTacticalSmokeParameters() override;
33 
34 protected:
37  const DtString& name = DtString::nullString(),
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
41  const DtSymbolString& name,
42  DtReaderWriterRegistry* parentRegistry = NULL);
43 
44 public:
46  const DtTacticalSmokeParameters& operator=
47  (const DtTacticalSmokeParameters& orig);
48 
50  const DtString& name = DtString::nullString(), DtReaderWriterRegistry* parentRegistry = NULL) const override;
51 
53  const DtSymbolString& name, DtReaderWriterRegistry* parentRegistry = NULL) const override;
54 
57  virtual DtString type() const override;
58 
60  static DtVrfObjectParameters* creator(DtEnvironmentSP env, DtEnvValueSP* objectNode);
61 
62 
63  virtual double deadReckoningDensityThreshold() const;
64  virtual void setDeadReckoningDensityThreshold(double d);
65 
66  virtual double deadReckoningSigmaThreshold() const;
67  virtual void setDeadReckoningSigmaThreshold(double d);
68 
69 protected:
70 
74 
80 
87 };
88 
89 #endif
Instances of DtVrfObjectParameters are the readable/writeable objects that contain the information ne...
Definition: vrfObjectParameters.h:64
DtRwReal myDrSigmaThreshold
Parameter Name: dr-sigma-threshold Parameter Description: Indicates the dead reckoning threshold for ...
Definition: tacticalSmokeParameters.h:85
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: tacticalSmokeParameters.h:21
virtual DtVrfObjectParameters * clone(const DtString &name=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=NULL) const
Definition: readerWriterRegistry.h:39
DtRwReal myDrDensityThreshold
Parameter Name: dr-density-threshold Parameter Description: Indicates the dead reckoning threshold fo...
Definition: tacticalSmokeParameters.h:79
static DtVrfObjectParameters * creator(DtEnvironmentSP env, DtEnvValueSP *objectNode)
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns a string identifying the type of parameter descriptor. Used to create the descriptor on read ...
DT_DLL_readerWriter std::shared_ptr< DtEnvironment > DtEnvironmentSP
Definition: readerWriter.h:30
File: rwVector.h.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)