VR-Forces 4.6.1 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
rotaryWingFollowTaskDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjparam/rotaryWingTaskDescriptor.h
"
12
#include "
vrfutil/rwReal.h
"
13
#include "
vrfobjparam/vrfobjparamDefines.h
"
14
17
class
DT_DLL_vrfobjparam
DtRotaryWingFollowTaskDescriptor
:
public
DtRotaryWingTaskDescriptor
18
{
19
public
:
21
DtRotaryWingFollowTaskDescriptor
(
const
DtString
& name,
22
DtReaderWriterRegistry
* parentRegistry = 0);
23
25
DtRotaryWingFollowTaskDescriptor
(
const
DtRotaryWingFollowTaskDescriptor
&
26
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
27
29
DtRotaryWingFollowTaskDescriptor
&
operator=
(
const
30
DtRotaryWingFollowTaskDescriptor
& orig);
31
33
virtual
~
DtRotaryWingFollowTaskDescriptor
();
34
37
virtual
DtString
type
()
const
;
38
40
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
41
= 0)
const
;
42
44
static
DtComponentDescriptor
*
creator
();
45
48
virtual
double
atDistance()
const
;
49
virtual
void
setAtDistance(
double
);
51
54
virtual
double
farCatchUpFactor()
const
;
55
virtual
void
setFarCatchUpFactor(
double
);
57
58
protected
:
60
DtRotaryWingFollowTaskDescriptor
();
61
62
protected
:
66
70
DtRwReal
myAtDistance
;
71
75
DtRwReal
myFarCatchUpFactor
;
76
78
};
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)