VR-Forces 4.0.4 Class Documentation
include/vrfobjparam/autoActDesc.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: autoActDesc.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef autoActDesc_H_
00016 #define autoActDesc_H_
00017 
00018 #include "vrfobjparam/actCompDesc.h"
00019 #include "vrfutil/rwBoolean.h"
00020 
00023 #include "vrfobjparam/vrfobjparamDefines.h"
00024 class DT_DLL_vrfobjparam DtAutomotiveActuatorDescriptor : public DtActuatorComponentDescriptor
00025 {
00026 public:
00028    DtAutomotiveActuatorDescriptor(const DtString& componentName, 
00029       DtReaderWriterRegistry* parentRegistry = 0);
00030 
00032    DtAutomotiveActuatorDescriptor(const DtAutomotiveActuatorDescriptor& orig,
00033       DtReaderWriterRegistry* parentRegistry = 0);
00034 
00035    virtual ~DtAutomotiveActuatorDescriptor();
00036 
00038    DtAutomotiveActuatorDescriptor & operator=(
00039       const DtAutomotiveActuatorDescriptor & orig);
00040 
00043    virtual DtString type() const;
00044 
00045    virtual DtComponentDescriptor* clone(
00046       DtReaderWriterRegistry* parentRegistry = 0) const;
00047 
00049    static DtComponentDescriptor* creator();
00050 
00053    virtual bool checkForTerrainCollisions() const;
00054    virtual void setCheckForTerrainCollisions(bool yesOrNo);
00056 
00059    virtual bool useHighFidelityGroundClamping() const;
00060    virtual void setUseHighFidelityGroundClamping(bool yesOrNo);
00062 
00063 
00064 protected:
00066    DtAutomotiveActuatorDescriptor();
00067 
00068 protected:
00072    
00078    DtRwBoolean myCheckForTerrainCollisions;   
00079    
00094    DtRwBoolean myUseHighFidelityGroundClamping;
00095    
00097 };     
00098    
00099 #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)