VR-Forces 4.1.1 Class Documentation
cruiseMisLaunchDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: cruiseMisLaunchDesc.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef cruiseMisLaunchDesc_H_
16 #define cruiseMisLaunchDesc_H_
17 
18 #include "vrfobjparam/compDesc.h"
19 #include "vrfutil/rwVector.h"
20 #include "vrfutil/rwObjType.h"
21 #include "vrfutil/rwString.h"
22 #include "vrfutil/rwTaitBryan.h"
23 #include "vrfutil/rwReal.h"
25 
30 {
31 public:
34  DtReaderWriterRegistry * parentRegistry = 0);
35 
38  orig, DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
46 
49  virtual DtString type() const;
50 
53  virtual DtObjectType munitionType() const;
54  virtual void setMunitionType(const DtObjectType& objType);
56 
59  virtual DtString munitionName() const;
60  virtual void setMunitionName(const DtString& name);
62 
65  virtual DtVector launchOffset() const;
66  virtual void setLaunchOffset(const DtVector& offset);
68 
71  virtual DtTaitBryan launchOrientation() const;
72  virtual void setLaunchOrientation(const DtTaitBryan& orient);
74 
77  virtual DtReal minTimeBetweenLaunch() const;
78  virtual void setMinTimeBetweenLaunch(DtReal time);
80 
83  virtual const DtString& rangeName() const;
84  virtual void setRangeName(const DtString& rangeName);
86 
87  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
88  = 0) const;
89 
92 
93 private:
96 
97 protected:
98 
102 
108 
115 
123 
130 
136 
140 
142 };
143 
144 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)