VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fixedWingDefaultControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: fixWngDefDesc.h,v $ $Revision: 1.11 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtFixedWingDefaultControllerDescriptor_H_
16 #define DtFixedWingDefaultControllerDescriptor_H_
17 
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwBoolean.h"
21 
28 {
29 public:
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
37  DtReaderWriterRegistry * parentRegistry = 0);
38 
42 
45 
48  virtual DtString type() const;
49 
50  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
51  = 0) const;
52 
55  virtual bool clockwise() const;
56  virtual void setClockwise(bool clockwise);
58 
61  virtual DtReal radius() const;
62  virtual void setRadius(DtReal radius);
64 
66  static DtComponentDescriptor * creator();
67 
68 protected:
71 
72 protected:
73 
77 
80  //circling behavior.\n
84 
90 
92 };
93 
94 #endif

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)