VR-Forces 4.2 Class Documentation
aggregateMoveIntoFormDesc.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 
19 #include "vrfobjparam/compDesc.h"
20 #include "vrfutil/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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)