VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwBoolean.h"
21 
23 
28 {
29 public:
32  parentRegistry = 0);
33 
36  DtReaderWriterRegistry * parentRegistry = 0);
37 
41 
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:
70 
71 protected:
72 
76 
83 
90 
92 };
93 
94 #endif
95 
96 
97 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)