Add variableWindow mode.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include "MatlabCreator.h"
|
||||
|
||||
#include "MatlabCreatorPrivate.h"
|
||||
#include "MatlabCreatorVariableWindowPrivate.h"
|
||||
|
||||
MatlabCreator::MatlabCreator(const std::string& aDirectoryPath)
|
||||
: mPrivate(new MatlabCreatorPrivate(aDirectoryPath))
|
||||
, mVariableWindowPrivate(new MatlabCreatorVariableWindowPrivate(aDirectoryPath))
|
||||
{
|
||||
}
|
||||
|
||||
@@ -17,7 +19,10 @@ bool MatlabCreator::createKITMat(const std::string& aOutputPath)
|
||||
return mPrivate->createKITMat(aOutputPath);
|
||||
}
|
||||
|
||||
|
||||
bool MatlabCreator::createKITVariableWindowMat(const std::string& aOutputPath)
|
||||
{
|
||||
return mVariableWindowPrivate->createKITMat(aOutputPath);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user