VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
bhaveSim
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
8
#include <
bhaveSim/bhaveSimDefines.h
>
9
#include "
bhaveSim/vrfEntityBot.h
"
10
11
#include <kyruntime.h>
12
13
namespace
BHAVE
14
{
15
16
class
DT_DLL_bhaveSim
DtVrfLifeformBot
:
public
DtVrfEntityBot
17
{
18
public
:
19
KY_DECLARE_BOT(
DtVrfLifeformBot
)
20
21
DtVrfLifeformBot
( );
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 Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)