42 #ifndef __vtkMatlabEngineFilter_h
43 #define __vtkMatlabEngineFilter_h
48 class vtkMatlabEngineFilterInternals;
66 void PutArray(
const char* NameOfVTKArray,
const char* NameOfMatVar);
73 void GetArray(
const char* NameOfVTKArray,
const char* NameOfMatVar);
76 void RemoveAllPutVariables();
79 void RemoveAllGetVariables();
84 vtkSetStringMacro(MatlabScript);
85 vtkGetStringMacro(MatlabScript);
91 vtkSetStringMacro(ScriptFname);
92 vtkGetStringMacro(ScriptFname);
97 vtkSetMacro(EngineVisible,
int);
98 vtkGetMacro(EngineVisible,
int);
103 vtkSetMacro(EngineOutput,
int);
104 vtkGetMacro(EngineOutput,
int);
114 vtkSetMacro(TimeOutput,
int);
115 vtkGetMacro(TimeOutput,
int);
121 vtkSetMacro(BlockInfoOutput,
int);
122 vtkGetMacro(BlockInfoOutput,
int);
134 int SetMatlabScriptFromFile(
const char* fname);
156 vtkMatlabEngineFilterInternals* mefi;
162 char* MatlabFileScript;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
a simple class to control print indentation
Superclass for algorithms that produce only data object as output.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)