VR-Forces 4.3 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
fixedWingTakeoffDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2005 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: fixWngTakeoffDesc.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtFixedWingTakeoffDescriptor_H_
16
#define DtFixedWingTakeoffDescriptor_H_
17
18
#include "
vrfobjparam/componentDescriptor.h
"
19
#include "
vrfutil/rwReal.h
"
20
#include "
vrfutil/rwBoolean.h
"
21
22
class
DtReaderWriterRegistry
;
23
26
#include "
vrfobjparam/vrfobjparamDefines.h
"
27
class
DT_DLL_vrfobjparam
DtFixedWingTakeoffDescriptor
:
public
DtComponentDescriptor
28
{
29
public
:
31
DtFixedWingTakeoffDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
32
parentRegistry = 0);
33
35
DtFixedWingTakeoffDescriptor
(
const
DtFixedWingTakeoffDescriptor
& orig,
36
DtReaderWriterRegistry
* parentRegistry = 0);
37
39
DtFixedWingTakeoffDescriptor
&
operator=
(
const
40
DtFixedWingTakeoffDescriptor
& orig);
41
43
virtual
~
DtFixedWingTakeoffDescriptor
();
44
47
virtual
DtString
type
()
const
;
48
49
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
50
= 0)
const
;
51
53
static
DtComponentDescriptor
*
creator
();
54
57
virtual
double
takeoffDistance()
const
;
58
virtual
void
setTakeoffDistance(
double
value);
60
63
virtual
double
takeoffAltitude()
const
;
64
virtual
void
setTakeoffAltitude(
double
value);
66
67
private
:
69
DtFixedWingTakeoffDescriptor
();
70
71
protected
:
72
76
82
DtRwReal
myTakeoffDistance
;
83
89
DtRwReal
myTakeoffAltitude
;
90
92
};
93
94
#endif
95
96
97
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)