37 #ifndef vtkMatlabEngineFilter_h 38 #define vtkMatlabEngineFilter_h 40 #include "vtkFiltersMatlabModule.h" 44 class vtkMatlabEngineFilterInternals;
65 void PutArray(
const char* NameOfVTKArray,
const char* NameOfMatVar);
74 void GetArray(
const char* NameOfVTKArray,
const char* NameOfMatVar);
79 void RemoveAllPutVariables();
84 void RemoveAllGetVariables();
90 vtkSetStringMacro(MatlabScript);
98 vtkSetStringMacro(ScriptFname);
107 vtkGetMacro(EngineVisible,
int);
115 vtkGetMacro(EngineOutput,
int);
129 vtkGetMacro(TimeOutput,
int);
138 vtkGetMacro(BlockInfoOutput,
int);
150 int SetMatlabScriptFromFile(
const char* fname);
172 vtkMatlabEngineFilterInternals* mefi;
178 char* MatlabFileScript;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
This class defines a VTK inteface to the MathWorks Matlab Engine.
This VTK uses the vtkMatlabEngineInterface class to perform calculations on VTK array input using the...
dynamic, self-adjusting array of double
a simple class to control print indentation
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.