Go to the documentation of this file.
49 #ifndef vtkMatlabEngineInterface_h
50 #define vtkMatlabEngineInterface_h
52 #include "vtkFiltersMatlabModule.h"
57 class vtkMatlabEngineSingleton;
116 vtkMatlabEngineSingleton* meng;
int EvalString(const char *string)
This is a utility class to convert VTK array data to and from the Matlab mxArray format....
vtkDataArray * GetVtkDataArray(const char *name)
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent)
GLuint const GLchar * name
a simple class to control print indentation
Abstract interface for N-dimensional arrays.
~vtkMatlabEngineInterface()
vtkArray * GetVtkArray(const char *name)
int PutVtkDataArray(const char *name, vtkDataArray *vda)
int OutputBuffer(char *p, int n)
int PutVtkArray(const char *name, vtkArray *vda)
vtkMatlabEngineInterface()
static vtkMatlabEngineInterface * New()