VR-Forces 4.0.4 Class Documentation
include/gdb/netwrkSegMet.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2001 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: netwrkSegMet.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *********************************************************************/
00008 
00009 #pragma once
00010 
00011 #include "gdb/gdbDefines.h"
00012 #include "gdb/metric.h"
00013 
00014 class DtNetworkSegment;
00015 
00018 class DT_DLL_gdb DtNetworkSegmentMetric : public DtMetric
00019 {
00020 public:
00021 
00023    DtNetworkSegmentMetric();
00024 
00026    virtual ~DtNetworkSegmentMetric();
00027 
00029    DtNetworkSegmentMetric(const DtNetworkSegmentMetric& orig);
00030 
00032    DtNetworkSegmentMetric& operator=(const DtNetworkSegmentMetric& orig);
00033 
00034 public:
00035 
00037    virtual double measure(const DtNetworkSegment& seg) const = 0;
00038 
00040    virtual bool valid(const DtNetworkSegment& seg) const = 0;
00041 
00043    virtual bool validSW(double xx, double yy) const = 0;
00044 
00046    virtual bool validSE(double xx, double yy) const = 0;
00047 
00049    virtual bool validNE(double xx, double yy) const = 0;
00050 
00052    virtual bool validNW(double xx, double yy) const = 0;
00053 
00054 };

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)