50 #ifndef vtkMatlabEngineInterface_h 
   51 #define vtkMatlabEngineInterface_h 
   53 #include "vtkFiltersMatlabModule.h"  
   58 class vtkMatlabEngineSingleton;
 
   81   int EvalString(
const char* 
string);
 
  111   int OutputBuffer(
char* p, 
int n);
 
  134   vtkMatlabEngineSingleton* meng;
 
abstract base class for most VTK objects 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
 
Abstract interface for N-dimensional arrays. 
 
This class defines a VTK inteface to the MathWorks Matlab Engine. 
 
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. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...