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
vrfmodel
humanObstructionSensor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
\
8
11
12
#pragma once
13
14
#include "
vrfmodel/obstructionSensor.h
"
15
#include "
vrfmodel/vrfmodelDefines.h
"
16
21
class
DT_DLL_vrfmodel
DtHumanObstructionSensor
:
public
DtObstructionSensor
22
{
23
24
public
:
25
28
DtHumanObstructionSensor
(
const
DtString
& name,
29
DtVrfObject
* owner,
30
DtSimManager
* simManager,
31
DtComponentDescriptor
* desc = 0,
32
DtReaderWriterRegistry
* parentRegistry = 0);
33
35
virtual
~
DtHumanObstructionSensor
();
36
39
virtual
const
char
*
type
()
const
;
40
41
private
:
43
DtHumanObstructionSensor
(
const
DtObstructionSensor
& orig);
44
46
DtHumanObstructionSensor
&
operator=
(
const
DtObstructionSensor
& orig);
47
48
49
public
:
50
51
protected
:
52
57
virtual
bool
calculateStoppingDistance
(
58
const
DtObstructionSensorDescriptor
& obstructionSensorDesc,
59
double
& stoppingDistance);
60
61
public
:
65
static
DtSimComponent
*
creator
(
const
DtString
& name,
66
DtVrfObject
* owner,
67
DtSimManager
* simManager,
68
DtComponentDescriptor
* desc = 0,
69
DtReaderWriterRegistry
* parentRegistry = 0);
70
};
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
)