VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
launcherActuatorDescriptor.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"
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)