VR-Forces 4.10 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
gdb
networkNodeMetric.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2001 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: netwrkNodMet.h,v $ $Revision: 1.10 $ $State: Exp $
7
*********************************************************************/
8
9
#pragma once
10
11
#include "
gdb/gdbDefines.h
"
12
#include "
gdb/metric.h
"
13
14
class
DtNetworkNode
;
15
18
class
DT_DLL_gdb
DtNetworkNodeMetric
:
public
DtMetric
19
{
20
public
:
21
23
DtNetworkNodeMetric
();
24
26
virtual
~
DtNetworkNodeMetric
();
27
29
DtNetworkNodeMetric
(
const
DtNetworkNodeMetric
& orig);
30
32
DtNetworkNodeMetric
&
operator=
(
const
DtNetworkNodeMetric
& orig);
33
34
public
:
35
37
virtual
double
measure(
const
DtNetworkNode
& node)
const
=0;
38
40
virtual
bool
valid(
const
DtNetworkNode
& node)
const
=0;
41
43
virtual
bool
validSW(
const
DtNetworkNode
& node)
const
=0;
44
46
virtual
bool
validSE(
const
DtNetworkNode
& node)
const
=0;
47
49
virtual
bool
validNE(
const
DtNetworkNode
& node)
const
=0;
50
52
virtual
bool
validNW(
const
DtNetworkNode
& node)
const
=0;
53
54
};
55
DtMetric::operator=
DtMetric & operator=(const DtMetric &orig)
Assignment operator.
gdbDefines.h
DT_DLL_gdb
#define DT_DLL_gdb
Definition:
gdbDefines.h:25
DtNetworkNode
Definition:
networkNode.h:38
DtNetworkNodeMetric
DtNetworkNodeMetric is a metric for network nodes.
Definition:
networkNodeMetric.h:18
metric.h
DtMetric
Definition:
metric.h:23
Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)