VR-Forces 4.1 Class Documentation
rwDeadReckonThresholds.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: rwDeadReckonThresholds.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtRwDeadReckonThresholds_H_
16 #define DtRwDeadReckonThresholds_H_
17 
18 #include "vrfutil/rdrWritr.h"
19 #include "vrfutil/rwReal.h"
20 
23 
26 {
27 public:
28 
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
34  virtual ~DtRwDeadReckonThresholds();
35 
38  const DtRwDeadReckonThresholds& orig,
39  DtReaderWriterRegistry* parentRegistry = 0);
40 
43 
46  virtual void setTranlationThreshold(double threshold);
47  virtual double translationThreshold() const;
49 
52  virtual void setRotationThreshold(double threshold);
53  virtual double rotationThreshold() const;
55 
61  virtual void setAggregateDimensionThreshold(double threshold);
62  virtual double aggregateDimensionThreshold() const;
64 
65 protected:
66 
70 };
71 
72 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)