VR-Forces 4.2 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) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfutil/rdrWritr.h
"
15
#include "
vrfutil/rwReal.h
"
16
19
20
const
char
DtRwDeadReckonThresholdsType
[] =
"DtRwDeadReckonThresholds"
;
21
22
#include "
vrfobjparam/vrfobjparamDefines.h
"
23
class
DT_DLL_vrfobjparam
DtRwDeadReckonThresholds
:
public
DtReaderWriter
24
{
25
public
:
26
28
DtRwDeadReckonThresholds
(
const
DtString
& name,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
virtual
~
DtRwDeadReckonThresholds
();
33
35
DtRwDeadReckonThresholds
(
const
DtString
& name,
36
const
DtRwDeadReckonThresholds
& orig,
37
DtReaderWriterRegistry
* parentRegistry = 0);
38
40
DtRwDeadReckonThresholds
&
operator=
(
const
DtRwDeadReckonThresholds
& orig);
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
72
DtRwReal
myTransThresh
;
73
DtRwReal
myRotThresh
;
74
DtRwReal
myAggDimThresh
;
75
};
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)