VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/turScanDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: turScanDesc.h,v $ $Revision: 1.11 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtTurretScanComponentDescriptor_H_
00016 #define DtTurretScanComponentDescriptor_H_
00017 
00018 #include "vrfobjparam/compDesc.h"
00019 #include "vrfutil/rwInt.h"
00020 #include "vrfutil/rwReal.h"
00021 #include "vrfutil/rwBoolean.h"
00022 #include <vlpi/disEnums.h>
00023 
00024 class DtReaderWriterRegistry;
00025 
00029 #include "vrfobjparam/vrfobjparamDefines.h"
00030 class DT_DLL_vrfobjparam DtTurretScanComponentDescriptor : public DtComponentDescriptor
00031 {
00032 public:
00034    DtTurretScanComponentDescriptor(const DtString& name, 
00035       DtReaderWriterRegistry * parentRegistry = 0);
00036    
00038    DtTurretScanComponentDescriptor(const DtTurretScanComponentDescriptor & orig,
00039       DtReaderWriterRegistry * parentRegistry = 0);
00040    
00042    DtTurretScanComponentDescriptor & operator=(const 
00043       DtTurretScanComponentDescriptor & orig);
00044    
00046    virtual ~DtTurretScanComponentDescriptor();
00047 
00050    virtual DtString type() const;
00051 
00052 
00055    virtual DtReal scanRate() const;
00056    virtual void setScanRate(DtReal scanRate);
00058 
00059 
00062    virtual DtReal minimumScanWidth() const;
00063    virtual void setMinimumScanWidth(DtReal scanWidth);
00065 
00066 
00069    virtual bool scanSor() const;
00070    virtual void setScanSor(bool scanSor);
00072 
00073    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00074        = 0) const;
00075 
00077    static DtComponentDescriptor * creator();
00078 
00079 protected:
00081    DtTurretScanComponentDescriptor();
00082 
00083 protected:
00087 
00093    DtRwReal myScanRate;
00094 
00103    DtRwReal myMinimumScanWidth;
00104    
00109    DtRwBoolean myScanSor;
00110 
00112 };
00113 
00114 #endif
00115 
00116 
00117 

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)