VR-Forces 4.0.4 Class Documentation
include/vrfmodel/indLifeFormDmgAdjudicationActuator.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: indLifeFormDmgAdjudicationActuator.h,v $ $Revision: 1.10 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef individualLifeFormDamageAdjudicationActuator_H_
00016 #define individualLifeFormDamageAdjudicationActuator_H_
00017 
00018 #include "vrfmodel/damageAdjudicationActuator.h"
00019 
00020 
00025 #include "vrfmodel/vrfmodelDefines.h"
00026 class DT_DLL_vrfmodel DtIndividualLifeFormDamageAdjudicationActuator : public DtDamageAdjudicationActuator
00027 {
00028 
00029 public:
00030 
00033    DtIndividualLifeFormDamageAdjudicationActuator(const DtString& name, 
00034       DtVrfObject* owner,
00035       DtSimManager* simManager, 
00036       DtComponentDescriptor* desc = 0,
00037       DtReaderWriterRegistry* parentRegistry = 0);
00038 
00040    virtual ~DtIndividualLifeFormDamageAdjudicationActuator();
00041 
00044    virtual bool init();
00045 
00048    virtual DtString type() const;
00049    
00060    virtual void tick();
00061 
00065    static DtSimComponent * creator(const DtString& name, 
00066       DtVrfObject* owner,
00067       DtSimManager* simManager, 
00068       DtComponentDescriptor* desc = 0,
00069       DtReaderWriterRegistry* parentRegistry = 0);
00070 
00071 protected:
00072 
00078    virtual void setDestroyed();
00079 
00080 private:
00083    DtIndividualLifeFormDamageAdjudicationActuator();
00084 
00086    DtIndividualLifeFormDamageAdjudicationActuator(
00087       const DtIndividualLifeFormDamageAdjudicationActuator& orig);
00088 
00090    const DtIndividualLifeFormDamageAdjudicationActuator& operator=(
00091       const DtIndividualLifeFormDamageAdjudicationActuator& orig);
00092 
00093 };
00094 
00095 #endif
00096 

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)