Go to the documentation of this file.
43 #ifndef vtkRCalculatorFilter_h
44 #define vtkRCalculatorFilter_h
46 #include "vtkFiltersStatisticsGnuRModule.h"
50 class vtkRCalculatorFilterInternals;
74 void PutArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
80 void GetArray(
const char* NameOfVTKArray,
const char* NameOfRvar);
193 vtkRCalculatorFilterInternals* rcfi;
198 int ProcessInputGraph(
vtkGraph* gIn);
199 int ProcessOutputGraph(
vtkGraph* gOut);
207 int ProcessInputTable(
vtkTable* tOut);
211 int ProcessOutputTable(
vtkTable* tOut);
213 int ProcessInputTree(
vtkTree* tIn);
217 int ProcessOutputTree(
vtkTree* tOut);
221 int HasMultipleGets();
222 int HasMultiplePuts();
void RemoveAllGetVariables()
void GetTrees(vtkStringArray *NamesOfRvars)
A table, which contains similar-typed columns of data.
Superclass for algorithms that produce only data object as output.
#define vtkTypeMacro(thisClass, superclass)
void GetTable(const char *NameOfRvar)
void PutTrees(vtkStringArray *NamesOfRvars)
void PutTable(const char *NameOfRvar)
GLenum GLenum GLenum input
Pipeline data object that contains multiple vtkArray objects.
abstract superclass for composite (multi-block or AMR) datasets
A rooted tree data structure.
static vtkRCalculatorFilter * New()
void RemoveAllPutVariables()
GLuint const GLchar * name
a simple class to control print indentation
#define vtkSetStringMacro(name)
void GetTree(const char *NameOfRvar)
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
void GetTables(vtkStringArray *NamesOfRVars)
abstract class to specify dataset behavior
vtkSetMacro(IgnoreDriverBugs, bool)
void PutTree(const char *NameOfRvar)
virtual int RequestData(vtkInformation *vtkNotUsed(request), vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int SetRscriptFromFile(const char *fname)
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a vtkAbstractArray subclass for strings
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of double
void GetArray(const char *NameOfVTKArray, const char *NameOfRvar)
Base class for graph data types.
general representation of visualization data
GLsizei const GLchar ** string
void PutArray(const char *NameOfVTKArray, const char *NameOfRvar)
void PutTables(vtkStringArray *NamesOfRVars)