VR-Forces 4.7 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
launcherActuatorDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: launchDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtLauncherActuatorDescriptor_H_
16
#define DtLauncherActuatorDescriptor_H_
17
18
19
#include "
vrfobjparam/actuatorComponentDescriptor.h
"
20
#include <
readerWriter/rwReal.h
>
21
#include "
readerWriter/rwVector.h
"
22
#include <
readerWriter/readerWriterFile.h
>
23
#include "
vrfobjparam/rangeProbabilityTable.h
"
24
28
#include "
vrfobjparam/vrfobjparamDefines.h
"
29
class
DT_DLL_vrfobjparam
DtLauncherActuatorDescriptor
:
public
DtActuatorComponentDescriptor
30
{
31
public
:
33
DtLauncherActuatorDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
34
parentRegistry = 0);
35
37
DtLauncherActuatorDescriptor
(
const
DtLauncherActuatorDescriptor
& orig,
38
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtLauncherActuatorDescriptor
&
operator=
(
42
const
DtLauncherActuatorDescriptor
& orig);
43
45
virtual
~
DtLauncherActuatorDescriptor
();
46
49
virtual
DtString
type
()
const
;
50
51
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
52
= 0)
const
;
53
56
virtual
void
setAzimuthRange(DtReal azimuthRange);
57
virtual
DtReal azimuthRange()
const
;
59
62
virtual
void
setElevationRange(DtReal elevationRange);
63
virtual
DtReal elevationRange()
const
;
65
68
virtual
const
DtVector
& launcherMuzzleOffset()
const
;
69
virtual
void
setLauncherMuzzleOffset(
const
DtVector
& muzzleOffset);
71
73
static
DtComponentDescriptor
*
creator
();
74
75
protected
:
77
DtLauncherActuatorDescriptor
();
78
79
protected
:
83
89
DtRwOffsetVector
myLauncherMuzzleOffset
;
90
96
DtRwReal
myAzimuthRange
;
97
103
DtRwReal
myElevationRange
;
104
106
};
107
108
#endif
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)