VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
autoActDesc.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: autoActDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef autoActDesc_H_
16
#define autoActDesc_H_
17
18
#include "
vrfobjparam/actCompDesc.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
23
#include "
vrfobjparam/vrfobjparamDefines.h
"
24
class
DT_DLL_vrfobjparam
DtAutomotiveActuatorDescriptor
:
public
DtActuatorComponentDescriptor
25
{
26
public
:
28
DtAutomotiveActuatorDescriptor
(
const
DtString
& componentName,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtAutomotiveActuatorDescriptor
(
const
DtAutomotiveActuatorDescriptor
& orig,
33
DtReaderWriterRegistry
* parentRegistry = 0);
34
35
virtual
~
DtAutomotiveActuatorDescriptor
();
36
38
DtAutomotiveActuatorDescriptor
&
operator=
(
39
const
DtAutomotiveActuatorDescriptor
& orig);
40
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
46
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
47
49
static
DtComponentDescriptor
*
creator
();
50
53
virtual
bool
checkForTerrainCollisions()
const
;
54
virtual
void
setCheckForTerrainCollisions(
bool
yesOrNo);
56
59
virtual
bool
useHighFidelityGroundClamping()
const
;
60
virtual
void
setUseHighFidelityGroundClamping(
bool
yesOrNo);
62
63
64
protected
:
66
DtAutomotiveActuatorDescriptor
();
67
68
protected
:
72
78
DtRwBoolean
myCheckForTerrainCollisions
;
79
94
DtRwBoolean
myUseHighFidelityGroundClamping
;
95
97
};
98
99
#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
)