50 #include "vtkFiltersStatisticsGnuRModule.h"
53 #ifndef VTK_BUILDING_FILTERS_STATISTICSGNUR
57 #include "Rinternals.h"
89 vtkArray* RToVTKArray(SEXP variable);
106 vtkTable* RToVTKTable(SEXP variable);
110 SEXP VTKTreeToR(
vtkTree* tree);
115 vtkTree* RToVTKTree(SEXP variable);
abstract base class for most VTK objects
maintain an unordered list of data objects
Abstract interface for N-dimensional arrays.
Pipeline data object that contains multiple vtkArray objects.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
abstract superclass for arrays of numeric data
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...
maintain an unordered list of dataarray objects
A rooted tree data structure.