VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
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
24
#include "
vrfobjparam/vrfobjparamDefines.h
"
25
class
DT_DLL_vrfobjparam
DtRwDeadReckonThresholds
:
public
DtReaderWriter
26
{
27
public
:
28
30
DtRwDeadReckonThresholds
(
const
DtString
& name,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
virtual
~
DtRwDeadReckonThresholds
();
35
37
DtRwDeadReckonThresholds
(
const
DtString
& name,
38
const
DtRwDeadReckonThresholds
& orig,
39
DtReaderWriterRegistry
* parentRegistry = 0);
40
42
DtRwDeadReckonThresholds
&
operator=
(
const
DtRwDeadReckonThresholds
& orig);
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
67
DtRwReal
myTransThresh
;
68
DtRwReal
myRotThresh
;
69
DtRwReal
myAggDimThresh
;
70
};
71
72
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)