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
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 "
vrfutil/rwReal.h
"
21
#include "
vrfutil/rwVector.h
"
22
#include "
vrfutil/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
DtRwVector
myLauncherMuzzleOffset
;
90
96
DtRwReal
myAzimuthRange
;
97
103
DtRwReal
myElevationRange
;
104
106
};
107
108
#endif
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
)