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

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)