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
munitionDispersalAngleParams.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2019 MaK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
#pragma once
11
12
#include <
vrfobjparam/munitionDispersalParams.h
>
13
#include <
readerWriter/rwReal.h
>
14
#include <matrix/dcm.h>
15
#include <matrix/vlVector.h>
16
20
#include "
vrfobjparam/vrfobjparamDefines.h
"
21
class
DT_DLL_vrfobjparam
DtMunitionDispersalAngleParams
:
public
DtMunitionDispersalParams
22
{
23
public
:
25
DtMunitionDispersalAngleParams
();
26
28
DtMunitionDispersalAngleParams
(
const
DtString
& name,
DtReaderWriterRegistry
*
29
parentRegistry = NULL);
30
31
DtMunitionDispersalAngleParams
(
const
DtSymbolString
& name,
DtReaderWriterRegistry
*
32
parentRegistry = NULL);
33
35
DtMunitionDispersalAngleParams
(
const
DtString
& name,
const
DtMunitionDispersalAngleParams
& orig,
36
DtReaderWriterRegistry
* parentRegistry = NULL);
37
38
DtMunitionDispersalAngleParams
(
const
DtSymbolString
& name,
const
DtMunitionDispersalAngleParams
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
const
DtMunitionDispersalAngleParams
&
operator=
(
const
DtMunitionDispersalAngleParams
& orig);
43
44
virtual
~
DtMunitionDispersalAngleParams
();
45
46
virtual
DtMunitionDispersalAngleParams
*
clone
(
const
DtString
& name,
47
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
48
51
virtual
double
dispersalAngle()
const
;
52
virtual
void
setDispersalAngle(
double
a);
54
57
virtual
double
hitModifier()
const
;
58
virtual
void
setHitModifier(
double
m);
60
62
bool
operator==
(
const
DtMunitionDispersalAngleParams
& rhs)
const
;
63
bool
operator!=
(
const
DtMunitionDispersalAngleParams
& rhs)
const
64
{
65
return
!(*
this
== rhs);
66
}
67
69
static
DtMunitionDispersalParams
*
creator
() {
return
new
DtMunitionDispersalAngleParams
(); }
70
71
protected
:
72
76
80
DtRwReal
myDispersalAngle
;
81
87
DtRwReal
myHitModifier
;
88
90
};
91
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
)