VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
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
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 Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)