VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwReal.h>
21 #include "readerWriter/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
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const
DtActuatorComponentDescriptor & operator=(const DtActuatorComponentDescriptor &orig)
assignment
DtRwReal myElevationRange
Parameter Name: elevation-range Parameter Description: Elevation sweep of the launcher.
Definition: launcherActuatorDescriptor.h:103
DtRwOffsetVector myLauncherMuzzleOffset
Parameter Name: launcher-muzzle-offset Parameter Description: Vector is added to the position of the ...
Definition: launcherActuatorDescriptor.h:89
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
End User Description: DtActuatorComponentDescriptor contains parameters common to all actuator compon...
Definition: actuatorComponentDescriptor.h:47
DtRwReal myAzimuthRange
Parameter Name: azimuth-range Parameter Description: Azimuth sweep of the launcher.
Definition: launcherActuatorDescriptor.h:96
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
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
Contains class declaration for DtLauncherActuatorDescriptor, descriptor for the DtLauncherActuator co...
Definition: launcherActuatorDescriptor.h:29
static DtComponentDescriptor * creator()
Specialized vector that can be used for the knowledge of an &quot;offset&quot; rather than location vector...
Definition: rwVector.h:109
File: rwVector.h.

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)