VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/launchDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: launchDesc.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtLauncherActuatorDescriptor_H_
00016 #define DtLauncherActuatorDescriptor_H_
00017 
00018 
00019 #include "vrfobjparam/actCompDesc.h"
00020 #include "vrfutil/rwReal.h"
00021 #include "vrfutil/rwVector.h"
00022 #include "vrfutil/rwFile.h"
00023 #include "vrfobjparam/rngProbTbl.h"
00024 
00028 #include "vrfobjparam/vrfobjparamDefines.h"
00029 class DT_DLL_vrfobjparam DtLauncherActuatorDescriptor : public DtActuatorComponentDescriptor
00030 {
00031 public:
00033    DtLauncherActuatorDescriptor(const DtString& name, DtReaderWriterRegistry * 
00034       parentRegistry = 0);
00035    
00037    DtLauncherActuatorDescriptor(const DtLauncherActuatorDescriptor & orig, 
00038       DtReaderWriterRegistry * parentRegistry = 0);
00039    
00041    DtLauncherActuatorDescriptor & operator=(
00042       const DtLauncherActuatorDescriptor & orig);
00043    
00045    virtual ~DtLauncherActuatorDescriptor();
00046 
00049    virtual DtString type() const;
00050 
00051    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00052        = 0) const;
00053 
00056    virtual void setAzimuthRange(DtReal azimuthRange);
00057    virtual DtReal azimuthRange() const;
00059 
00062    virtual void setElevationRange(DtReal elevationRange);
00063    virtual DtReal elevationRange() const;
00065 
00068    virtual const DtVector& launcherMuzzleOffset() const;
00069    virtual void setLauncherMuzzleOffset(const DtVector& muzzleOffset);
00071 
00073    static DtComponentDescriptor * creator();
00074 
00075 protected:
00077    DtLauncherActuatorDescriptor();
00078 
00079 protected:
00083 
00089    DtRwVector         myLauncherMuzzleOffset;
00090 
00096    DtRwReal           myAzimuthRange;
00097    
00103    DtRwReal           myElevationRange;
00104 
00106 };
00107 
00108 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)