VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rwDeadReckonThresholds.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 
19 
20 const char DtRwDeadReckonThresholdsType[] = "DtRwDeadReckonThresholds";
21 
24 {
25 public:
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32  virtual ~DtRwDeadReckonThresholds();
33 
36  const DtRwDeadReckonThresholds& orig,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41 
44  virtual void setTranlationThreshold(double threshold);
45  virtual double translationThreshold() const;
47 
50  virtual void setRotationThreshold(double threshold);
51  virtual double rotationThreshold() const;
53 
59  virtual void setAggregateDimensionThreshold(double threshold);
60  virtual double aggregateDimensionThreshold() const;
62 
63  bool operator==(const DtRwDeadReckonThresholds&) const;
64 
68  virtual const char* readerWriterType() const;
69 
70 protected:
71 
75 };
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRwReal myAggDimThresh
Definition: rwDeadReckonThresholds.h:74
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
DtRwReal myTransThresh
Definition: rwDeadReckonThresholds.h:72
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myRotThresh
Definition: rwDeadReckonThresholds.h:73
const char DtRwDeadReckonThresholdsType[]
DtRwDeadReckonThresholds; readable, writeable representation of dead-reckoning thresholds.
Definition: rwDeadReckonThresholds.h:20
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Definition: rwDeadReckonThresholds.h:23
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)