VR-Forces 4.8 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 
Class DtAggregateMoveIntoFormationDescriptor holds all of the readable/writeable parameters used to c...
Definition: aggregateMoveIntoFormationDescriptor.h:32
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtRwBoolean myStopMovingUponArrival
Parameter Name: stop-moving-upon-arrival Parameter Description: Stop moving upon arrival at location...
Definition: aggregateMoveIntoFormationDescriptor.h:96
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwBoolean myTurnToHeadingUponArrival
Parameter Name: turn-to-heading-upon-arrival Parameter Description: Turn to heading upon arrival at l...
Definition: aggregateMoveIntoFormationDescriptor.h:105
DtRwBoolean myGroundClamp
Parameter Name: ground-clamp Parameter Description: Ground-clamp locations.
Definition: aggregateMoveIntoFormationDescriptor.h:112

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)