50 #include "vtkFiltersStatisticsGnuRModule.h"
51 #include "vtkObject.h"
52 #include "Rinternals.h"
55 class vtkInformationVector;
60 class vtkDataArrayCollection;
64 class VTKFILTERSSTATISTICSGNUR_EXPORT
vtkRAdapter :
public vtkObject
71 void PrintSelf(ostream& os, vtkIndent indent);
79 vtkDataArray* RToVTKDataArray(SEXP variable);
84 vtkArray* RToVTKArray(SEXP variable);
88 SEXP VTKDataArrayToR(vtkDataArray* da);
92 SEXP VTKArrayToR(vtkArray* da);
101 vtkTable* RToVTKTable(SEXP variable);
105 SEXP VTKTreeToR(vtkTree* tree);
110 vtkTree* RToVTKTree(SEXP variable);
123 vtkDataArrayCollection* vdac;
maintain an unordered list of data objects
Pipeline data object that contains multiple vtkArray objects.
A table, which contains similar-typed columns of data.
This is a utility class to convert VTK array data and VTK tables to and from Gnu R S expression (SEXP...