49 #ifndef __vtkMatlabEngineInterface_h
50 #define __vtkMatlabEngineInterface_h
56 class vtkMatlabEngineSingleton;
74 int EvalString(
const char*
string);
95 int OutputBuffer(
char* p,
int n);
115 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.