50 #include "vtkFiltersStatisticsGnuRModule.h"
51 #include "vtkObject.h"
52 #include "Rinternals.h"
55 class vtkInformationVector;
60 class vtkDataArrayCollection;
62 class vtkDataObjectCollection;
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);
96 SEXP VTKTableToR(vtkTable* table);
101 vtkTable* RToVTKTable(SEXP variable);
105 SEXP VTKTreeToR(vtkTree* tree);
110 vtkTree* RToVTKTree(SEXP variable);
123 vtkDataArrayCollection* vdac;
125 vtkDataObjectCollection* vdoc;
This is a utility class to convert VTK array data and VTK tables to and from Gnu R S expression (SEXP...