VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCore
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
>
16
#include <
vrvUtil/DtVirtualBaseClass.h
>
17
18
namespace
makVrf
19
{
22
25
class
DT_DLL_VRFGUICORE
DtMtdCreator
:
public
makVrv::DtVirtualBaseClass
26
{
27
public
:
28
DtMtdCreator
(
makVrv::DtDe
&);
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
:
41
makVrv::DtDe
&
myDe
;
42
};
43
}
44
45
#endif
46
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)