VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhavePathDataGen
DtAllMetric.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
#pragma once
6
7
#include "
gdb/rangeNetSegMet.h
"
8
9
namespace
BHAVE
10
{
11
12
class
DtAllMetric
:
public
DtRangeNetworkSegmentMetric
13
{
14
public
:
15
DtAllMetric
()
16
{
17
18
}
19
20
inline
virtual
~DtAllMetric
()
21
{
22
23
}
24
25
inline
virtual
bool
circumscribedSquareTest
(
const
DtNetworkSegment
&seg)
const
26
{
27
return
true
;
28
}
29
30
inline
virtual
bool
inscribedSquareTest
(
const
DtNetworkSegment
&seg)
const
31
{
32
return
true
;
33
}
34
35
inline
virtual
bool
validSW
(
double
xx,
double
yy)
const
36
{
37
return
true
;
38
}
39
40
inline
virtual
bool
validSE
(
double
xx,
double
yy)
const
41
{
42
return
true
;
43
}
44
45
inline
virtual
bool
validNE
(
double
xx,
double
yy)
const
46
{
47
return
true
;
48
}
49
50
inline
virtual
bool
validNW
(
double
xx,
double
yy)
const
51
{
52
return
true
;
53
}
54
};
55
56
57
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)