45 #ifndef __vtkRInterface_h
46 #define __vtkRInterface_h
53 class vtkImplementationRSingleton;
66 int EvalRcommand(
const char *commandName,
int param);
70 int EvalRscript(
const char *
string,
bool showRoutput =
true);
74 int OutputBuffer(
char* p,
int n);
79 void AssignVTKDataArrayToRVariable(
vtkDataArray* da,
const char* RVariableName);
84 void AssignVTKArrayToRVariable(
vtkArray* da,
const char* RVariableName);
88 vtkDataArray* AssignRVariableToVTKDataArray(
const char* RVariableName);
93 vtkArray* AssignRVariableToVTKArray(
const char* RVariableName);
99 vtkTable* AssignRVariableToVTKTable(
const char* RVariableName);
104 void AssignVTKTableToRVariable(
vtkTable* table,
const char* RVariableName);
111 int FillOutputBuffer();
115 vtkImplementationRSingleton* rs;