Skip to content
Snippets Groups Projects
Commit 93f7d54f authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Updated code

parent 5418edd6
No related branches found
No related tags found
1 merge request!55Updated code
//need to set VTK_USE_MATLAB_MEX ON
#include <vtkSmartPointer.h>
#include <vtkNew.h>
#include <vtkMatlabEngineFilter.h>
int main(int argc, char *argv[])
{
vtkSmartPointer<vtkMatlabEngineFilter> matlabFilter =
vtkSmartPointer<vtkMatlabEngineFilter>::New();
vtkNew<vtkMatlabEngineFilter> matlabFilter;
return EXIT_SUCCESS;
}
### Description
This example currently does nothing.
This example currently does nothing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment