VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 protected:
35  std::vector<const Kaim::Body*> myLastCollisions;
36  Kaim::Goto_GapDynamicAvoidance* myGapDA;
37  Kaim::DetectAccident_PredictMove* myModifiedDetectAccident;
38 };
39 
40 } //namespace BHAVE
41 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)