VR-Forces 4.0.4 Class Documentation
include/vrfmodel/dfltPathMetricFact.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: dfltPathMetricFact.h,v $ $Revision: 1.4 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00013 
00014 #ifndef DtDefaultPathMetricFactory_H_
00015 #define DtDefaultPathMetricFactory_H_
00016 
00017 #include "vrfobjcore/pathMetricFact.h"
00018 
00019 
00023 
00024 #include "vrfmodel/vrfmodelDefines.h"
00025 class DT_DLL_vrfmodel DtDefaultPathMetricFactory : public DtPathMetricFactory
00026 {
00027 public:
00028 
00030    DtDefaultPathMetricFactory();
00031 
00033    virtual ~DtDefaultPathMetricFactory();
00034 
00037    static void registerCreators(DtPathMetricFactory* factory);
00038 
00040    static DtPathMetricFactory * create();
00041 };
00042 
00043 #endif

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)