VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwReal.h>
20 #include <readerWriter/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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)