VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateMoveIntoFormationDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateMoveIntoFormDesc.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtAggregateMoveIntoFormationDescriptor_H_
16 #define DtAggregateMoveIntoFormationDescriptor_H_
17 
18 
20 #include <readerWriter/rwBoolean.h>
21 
23 
33 {
34 public:
37  parentRegistry = 0);
38 
41  DtReaderWriterRegistry * parentRegistry = 0);
42 
46 
49 
53  virtual DtString type() const;
54 
55 
58  virtual bool stopMovingUponArrival() const;
59  virtual void setStopMovingUponArrival(bool yesNo);
61 
64  virtual bool turnToHeadingUponArrival() const;
65  virtual void setTurnToHeadingUponArrival(bool yesNo);
67 
70  virtual bool groundClamp() const;
71  virtual void setGroundClamp(bool yesNo);
73 
74  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
75  = 0) const;
76 
78  static DtComponentDescriptor * creator();
79 
80 protected:
83 
84 protected:
85 
89 
97 
106 
113 
115 };
116 
117 #endif
118 
119 
120 

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)