VR-Forces 4.1.1 Class Documentation
vrfLifeformBot.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 #include <kyruntime.h>
12 
13 namespace BHAVE
14 {
15 
17 {
18 public:
19  KY_DECLARE_BOT( DtVrfLifeformBot )
20 
22  virtual ~DtVrfLifeformBot();
23 
25  virtual KyResult OnInitialize();
26 
28  virtual void initializeModifiers(Kaim::Modifiers& mod);
29 
30  virtual void updateFromVrf();
31 
32  virtual double pathDataHeight() const;
33 
34  virtual void Think();
35 
36 protected:
37  std::vector<const Kaim::Body*> myLastCollisions;
38  Kaim::Goto_GapDynamicAvoidance* myGapDA;
39  Kaim::DetectAccident_PredictMove* myModifiedDetectAccident;
40 };
41 
42 } //namespace BHAVE
43 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)