VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
networkSegmentMetric.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2001 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: netwrkSegMet.h,v $ $Revision: 1.9 $ $State: Exp $
7 *********************************************************************/
8 
9 #pragma once
10 
11 #include "gdb/gdbDefines.h"
12 #include "gdb/metric.h"
13 
14 class DtNetworkSegment;
15 
19 {
20 public:
21 
24 
26  virtual ~DtNetworkSegmentMetric();
27 
30 
33 
34 public:
35 
37  virtual double measure(const DtNetworkSegment& seg) const = 0;
38 
40  virtual bool valid(const DtNetworkSegment& seg) const = 0;
41 
43  virtual bool validSW(double xx, double yy) const = 0;
44 
46  virtual bool validSE(double xx, double yy) const = 0;
47 
49  virtual bool validNE(double xx, double yy) const = 0;
50 
52  virtual bool validNW(double xx, double yy) const = 0;
53 
54 };

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)