Go to the documentation of this file.
50 #include "vtkFiltersStatisticsGnuRModule.h"
53 #ifndef VTK_BUILDING_FILTERS_STATISTICSGNUR
57 #include "Rinternals.h"
vtkTree * RToVTKTree(SEXP variable)
vtkArray * RToVTKArray(SEXP variable)
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.
maintain an unordered list of dataarray objects
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
abstract base class for most VTK objects
GLenum GLsizei GLenum GLenum const GLvoid * table
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
SEXP VTKArrayToR(vtkArray *da)
Abstract interface for N-dimensional arrays.
SEXP VTKDataArrayToR(vtkDataArray *da)
static vtkRAdapter * New()
SEXP VTKTableToR(vtkTable *table)
SEXP VTKTreeToR(vtkTree *tree)
vtkTable * RToVTKTable(SEXP variable)
vtkDataArray * RToVTKDataArray(SEXP variable)