VR-Forces 4.3.1 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
vrfObstacle.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
bhaveSim/bhaveSimDefines.h
>
9
#include <
vrfobjcore/vrfObject.h
>
10
#include <kyruntime.h>
11
12
namespace
BHAVE
13
{
16
class
DT_DLL_bhaveSim
DtVrfObstacle
:
public
Kaim::Obstacle
17
{
18
public
:
19
20
DtVrfObstacle
( );
21
virtual
~
DtVrfObstacle
();
22
24
DtVrfObject
*
getVrfObject
()
const
{
return
static_cast<
DtVrfObject
*
>
(GetUserData());}
25
27
virtual
void
updateFromVrf();
28
30
virtual
bool
isShapePolyClockwise(Kaim::ShapePolyline* shapePolyline);
31
34
virtual
void
reverseShapePolyline( Kaim::ShapePolyline* shapePolyline );
35
38
virtual
void
samplePolyline( Kaim::ShapePolyline& shapePolyline );
39
};
40
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
)