VR-Forces 4.1.1 Class Documentation
mtdCreator.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtMtdCreator.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
9 
10 #ifndef DtMtdCreator_H_
11 #define DtMtdCreator_H_
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvUtil/signalslib.h>
15 #include <vrvCore/DtDe.h>
17 
18 namespace makVrf
19 {
22 
26  {
27  public:
29  virtual ~DtMtdCreator();
30 
32  static DtMtdCreator& instance(makVrv::DtDe& de);
33 
34  virtual std::string create(const std::string& visual, const std::string& simulation, const std::string& outDir = "");
35 
36  protected:
37  virtual std::string outputDirectory(const std::string& visual, const std::string& outDir) const;
38  virtual std::string mtdName(const std::string& visual) const;
39 
40  protected:
42  };
43 }
44 
45 #endif
46 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)