VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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/readerWriter.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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)