Go to the documentation of this file.
44 #ifndef vtkRCalculatorFilter_h
45 #define vtkRCalculatorFilter_h
47 #include "vtkFiltersStatisticsGnuRModule.h"
51 class vtkRCalculatorFilterInternals;
78 void PutArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
87 void GetArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
92 void RemoveAllPutVariables();
97 void RemoveAllGetVariables();
105 void PutTable(
const char* NameOfRvar);
106 void GetTable(
const char* NameOfRvar);
128 void PutTree(
const char* NameOfRvar);
129 void GetTree(
const char* NameOfRvar);
150 vtkSetStringMacro(Rscript);
158 vtkSetStringMacro(ScriptFname);
167 vtkGetMacro(Routput,
int);
181 vtkGetMacro(TimeOutput,
int);
189 vtkGetMacro(BlockInfoOutput,
int);
201 int SetRscriptFromFile(
const char* fname);
223 vtkRCalculatorFilterInternals* rcfi;
228 int ProcessInputGraph(
vtkGraph* gIn);
229 int ProcessOutputGraph(
vtkGraph* gOut);
237 int ProcessInputTable(
vtkTable* tOut);
241 int ProcessOutputTable(
vtkTable* tOut);
243 int ProcessInputTree(
vtkTree* tIn);
247 int ProcessOutputTree(
vtkTree* tOut);
251 int HasMultipleGets();
252 int HasMultiplePuts();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only data object as output.
Pipeline data object that contains multiple vtkArray objects.
abstract superclass for composite (multi-block or AMR) datasets
A rooted tree data structure.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
static vtkDataObjectAlgorithm * New()
a vtkAbstractArray subclass for strings
dynamic, self-adjusting array of double
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Base class for graph data types.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
general representation of visualization data