VR-Forces 4.1.1 Class Documentation
launchDesc.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: launchDesc.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
14 
15 #ifndef DtLauncherActuatorDescriptor_H_
16 #define DtLauncherActuatorDescriptor_H_
17 
18 
20 #include "vrfutil/rwReal.h"
21 #include "vrfutil/rwVector.h"
22 #include "vrfutil/rwFile.h"
23 #include "vrfobjparam/rngProbTbl.h"
24 
30 {
31 public:
34  parentRegistry = 0);
35 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
42  const DtLauncherActuatorDescriptor & orig);
43 
46 
49  virtual DtString type() const;
50 
51  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
52  = 0) const;
53 
56  virtual void setAzimuthRange(DtReal azimuthRange);
57  virtual DtReal azimuthRange() const;
59 
62  virtual void setElevationRange(DtReal elevationRange);
63  virtual DtReal elevationRange() const;
65 
68  virtual const DtVector& launcherMuzzleOffset() const;
69  virtual void setLauncherMuzzleOffset(const DtVector& muzzleOffset);
71 
73  static DtComponentDescriptor * creator();
74 
75 protected:
78 
79 protected:
83 
90 
97 
104 
106 };
107 
108 #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)