49 #ifndef vtkMatlabEngineInterface_h
50 #define vtkMatlabEngineInterface_h
52 #include "vtkFiltersMatlabModule.h"
57 class vtkMatlabEngineSingleton;
75 int EvalString(
const char*
string);
96 int OutputBuffer(
char* p,
int n);
116 vtkMatlabEngineSingleton* meng;
abstract base class for most VTK objects
Abstract interface for N-dimensional arrays.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
abstract superclass for arrays of numeric data
This is a utility class to convert VTK array data to and from the Matlab mxArray format. It is used with the Matlab Mex and Matlab Engine interfaces.