VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
14 #include "vrfutil/readerWriter.h"
15 #include "vrfutil/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 };

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)