VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)