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
bhavePathDataGen
allMetric.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/rangeNetworkSegmentMetric.h"
8
9
#include <
bhavePathDataGen/pathDataGenDefines.h
>
10
namespace
BHAVE
11
{
12
13
class
DT_DLL_bhavePathDataGen
DtAllMetric
:
public
DtRangeNetworkSegmentMetric
14
{
15
public
:
16
DtAllMetric
()
17
{
18
19
}
20
21
inline
virtual
~
DtAllMetric
()
22
{
23
24
}
25
26
inline
virtual
bool
circumscribedSquareTest(
const
DtNetworkSegment &seg)
const
27
{
28
return
true
;
29
}
30
31
inline
virtual
bool
inscribedSquareTest(
const
DtNetworkSegment &seg)
const
32
{
33
return
true
;
34
}
35
36
inline
virtual
bool
validSW(
double
xx,
double
yy)
const
37
{
38
return
true
;
39
}
40
41
inline
virtual
bool
validSE(
double
xx,
double
yy)
const
42
{
43
return
true
;
44
}
45
46
inline
virtual
bool
validNE(
double
xx,
double
yy)
const
47
{
48
return
true
;
49
}
50
51
inline
virtual
bool
validNW(
double
xx,
double
yy)
const
52
{
53
return
true
;
54
}
55
};
56
57
58
}
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
)