43 #ifndef __vtkRCalculatorFilter_h
44 #define __vtkRCalculatorFilter_h
49 class vtkRCalculatorFilterInternals;
67 void PutArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
73 void GetArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
76 void RemoveAllPutVariables();
79 void RemoveAllGetVariables();
85 void PutTable(
const char* NameOfRvar);
86 void GetTable(
const char* NameOfRvar);
91 vtkSetStringMacro(Rscript);
92 vtkGetStringMacro(Rscript);
97 vtkSetStringMacro(ScriptFname);
98 vtkGetStringMacro(ScriptFname);
103 vtkSetMacro(Routput,
int);
104 vtkGetMacro(Routput,
int);
114 vtkSetMacro(TimeOutput,
int);
115 vtkGetMacro(TimeOutput,
int);
121 vtkSetMacro(BlockInfoOutput,
int);
122 vtkGetMacro(BlockInfoOutput,
int);
134 int SetRscriptFromFile(
const char* fname);
156 vtkRCalculatorFilterInternals* rcfi;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
a simple class to control print indentation
Superclass for algorithms that produce only data object as output.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)