Go to the documentation of this file.
51 #include "vtkFiltersStatisticsGnuRModule.h"
54 #ifndef VTK_BUILDING_FILTERS_STATISTICSGNUR
58 #include "Rinternals.h"
91 vtkArray* RToVTKArray(SEXP variable);
112 vtkTable* RToVTKTable(SEXP variable);
117 SEXP VTKTreeToR(
vtkTree* tree);
122 vtkTree* RToVTKTree(SEXP variable);
131 void operator=(
const vtkRAdapter&) VTK_DELETE_FUNCTION;
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 data objects
A table, which contains similar-typed columns of data.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
maintain an unordered list of dataarray objects
abstract base class for most VTK objects
abstract superclass for arrays of numeric data
Pipeline data object that contains multiple vtkArray objects.
A rooted tree data structure.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract interface for N-dimensional arrays.