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
humanGunActuatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include "
vrfobjparam/ballisticGunDescriptor.h
"
15
18
#include "
vrfobjparam/vrfobjparamDefines.h
"
19
class
DT_DLL_vrfobjparam
DtHumanGunActuatorDescriptor
:
public
DtBallisticGunDescriptor
20
{
21
public
:
23
DtHumanGunActuatorDescriptor
(
const
DtString
& name,
24
DtReaderWriterRegistry
* parentRegistry = NULL);
25
26
DtHumanGunActuatorDescriptor
(
const
DtSymbolString
& name,
27
DtReaderWriterRegistry
* parentRegistry = NULL);
28
30
DtHumanGunActuatorDescriptor
(
const
DtHumanGunActuatorDescriptor
& orig,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
DtHumanGunActuatorDescriptor
&
operator=
(
const
DtHumanGunActuatorDescriptor
& orig);
35
37
virtual
~
DtHumanGunActuatorDescriptor
();
38
41
virtual
DtString
type
()
const
;
42
43
virtual
DtComponentDescriptor
*
clone
(
44
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
45
48
virtual
DtReal azimuthRate()
const
;
49
virtual
void
setAzimuthRate(DtReal pAzimuthRate);
51
54
virtual
DtReal maxAzimuthRange()
const
;
55
virtual
void
setMaxAzimuthRange(DtReal pAzimuthRange);
57
60
virtual
DtReal minAzimuthRange()
const
;
61
virtual
void
setMinAzimuthRange(DtReal pAzimuthRange);
63
65
static
DtComponentDescriptor
*
creator
();
66
67
protected
:
69
DtHumanGunActuatorDescriptor
();
70
71
protected
:
75
80
DtRwReal
myAzimuthRate
;
81
87
DtRwReal
myMaxAzimuthRange
;
88
94
DtRwReal
myMinAzimuthRange
;
95
96
98
99
};
100
101
102
103
Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)