VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/rotWingTaskDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: rotWingTaskDesc.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef rotWngTaskDesc_H_
00016 #define rotWngTaskDesc_H_
00017 
00018 #include "vrfobjparam/compDesc.h"
00019 #include "vrfutil/rwReal.h"
00020 #include "vrfobjparam/vrfobjparamDefines.h"
00021 
00024 class DT_DLL_vrfobjparam DtRotaryWingTaskDescriptor : public DtComponentDescriptor
00025 {
00026 public:
00028    DtRotaryWingTaskDescriptor(const DtString& name, 
00029       DtReaderWriterRegistry * parentRegistry = 0);
00030 
00032    DtRotaryWingTaskDescriptor(const DtRotaryWingTaskDescriptor & 
00033       orig, DtReaderWriterRegistry * parentRegistry = 0);
00034    
00036    DtRotaryWingTaskDescriptor & operator=(const 
00037       DtRotaryWingTaskDescriptor & orig);
00038    
00040    virtual ~DtRotaryWingTaskDescriptor();
00041 
00044    virtual DtString type() const;
00045 
00047    virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
00048        = 0) const;
00049 
00052    virtual DtReal defaultAggressiveness() const;
00053    virtual void setDefaultAggressiveness(const DtReal value);
00055 
00058    virtual DtReal transitionRadius() const;
00059    virtual void setTransitionRadius(const DtReal value);
00061 
00063    static DtComponentDescriptor * creator();
00064 
00065 protected:
00067    DtRotaryWingTaskDescriptor();
00068 
00069 protected:
00073 
00078    DtRwReal             myDefaultAggressiveness;
00079 
00085    DtRwReal             myTransitionRadius;
00086 
00088 };
00089 
00090 #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)