VR-Forces 4.5 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
vrfobjcore
dynamicObstacleNavInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjcore/vrfobjcoreDefines.h
"
12
#include "
vrfobjcore/vrfObjectNavInterface.h
"
13
#include "matrix/vlVector.h"
14
15
class
DtVrfObject
;
16
17
class
DtNavObstacle
;
18
23
class
DT_DLL_vrfobjcore
DtDynamicObstacleNavInterface
:
public
DtVrfObjectNavInterface
24
{
25
private
:
27
DtDynamicObstacleNavInterface
();
29
DtDynamicObstacleNavInterface
(
const
DtDynamicObstacleNavInterface
& orig);
31
DtDynamicObstacleNavInterface
&
operator=
(
const
DtDynamicObstacleNavInterface
& orig);
32
33
public
:
34
static
DtVrfObjectNavInterface
* create(
DtVrfObject
* vrfObject);
35
36
protected
:
38
DtDynamicObstacleNavInterface
(
DtVrfObject
* vrfObject);
40
virtual
bool
init
();
41
42
virtual
void
changingNavArea
(
DtNavArea
* newNavArea);
43
45
virtual
bool
obstacleEnabled();
46
48
virtual
void
createNavObstacle();
49
50
public
:
51
virtual
void
tick
();
52
virtual
~
DtDynamicObstacleNavInterface
();
53
54
protected
:
55
DtNavObstacle
*
myNavObstacle
;
56
DtVector
myPreviousLocalPos
;
57
int
myStationaryTicks
;
58
DtNavArea
*
myNavArea
;
59
};
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)