VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
translatablePartActuatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjparam/actuatorComponentDescriptor.h
"
12
#include "
vrfutil/rwReal.h
"
13
#include "
vrfutil/rwString.h
"
14
#include "
vrfobjparam/vrfobjparamDefines.h
"
15
20
class
DT_DLL_vrfobjparam
DtTranslatablePartActuatorDescriptor
:
public
DtActuatorComponentDescriptor
21
{
22
public
:
24
DtTranslatablePartActuatorDescriptor
(
const
DtString
& rwName = DtString::nullString(),
25
DtReaderWriterRegistry
* parentRegistry = 0);
27
DtTranslatablePartActuatorDescriptor
(
const
DtTranslatablePartActuatorDescriptor
& orig,
28
DtReaderWriterRegistry
* parentRegistry = 0);
30
DtTranslatablePartActuatorDescriptor
&
operator=
(
31
const
DtTranslatablePartActuatorDescriptor
& orig);
33
virtual
~
DtTranslatablePartActuatorDescriptor
();
34
36
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
38
virtual
DtString
type
()
const
;
39
41
static
DtComponentDescriptor
*
creator
();
42
45
virtual
double
maxRange()
const
;
46
virtual
void
setMaxRange(
const
double
& newValue);
48
51
virtual
double
minRange()
const
;
52
virtual
void
setMinRange(
const
double
& newValue);
54
57
virtual
double
rangeChangeRate()
const
;
58
virtual
void
setRangeChangeRate(
const
double
& newValue);
59
62
virtual
bool
startAtLowestPosition()
const
;
63
virtual
void
setStartAtLowestPosition(
bool
newValue);
64
65
protected
:
71
DtRwReal
myMaxRange
;
75
DtRwReal
myMinRange
;
79
DtRwReal
myRangeChangeRate
;
83
DtRwBoolean
myStartAtLowestPosition
;
84
86
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)