51#include "vtkFiltersStatisticsGnuRModule.h"
54#ifndef VTK_BUILDING_FILTERS_STATISTICSGNUR
58#include "Rinternals.h"
131 void operator=(
const vtkRAdapter&) VTK_DELETE_FUNCTION;
Pipeline data object that contains multiple vtkArray objects.
Abstract interface for N-dimensional arrays.
maintain an unordered list of dataarray objects
abstract superclass for arrays of numeric data
maintain an unordered list of data objects
a simple class to control print indentation
abstract base class for most VTK objects
This is a utility class to convert VTK array data and VTK tables to and from Gnu R S expression (SEXP...
vtkDataArray * RToVTKDataArray(SEXP variable)
Create a vtkDataArray copy of GNU R input matrix vaiable (deep copy, allocates memory) Input is a R m...
vtkTable * RToVTKTable(SEXP variable)
Create a vtkTable copy of the GNU R input matrix variable (deep copy, allocates memory) Input is R li...
vtkArray * RToVTKArray(SEXP variable)
Create a vtkArray copy of the GNU R input variable multi-dimensional array (deep copy,...
vtkTree * RToVTKTree(SEXP variable)
Create a vtkTree copy of the GNU R input phylo tree variable (deep copy, allocates memory)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
SEXP VTKTableToR(vtkTable *table)
Create a GNU R matrix copy of the input vtkTable table (deep copy, allocates memory)
SEXP VTKDataArrayToR(vtkDataArray *da)
Create a GNU R matrix copy of the input vtkDataArray da (deep copy, allocates memory)
SEXP VTKArrayToR(vtkArray *da)
Create a GNU R multi-dimensional array copy of the input vtkArray da (deep copy, allocates memory)
static vtkRAdapter * New()
SEXP VTKTreeToR(vtkTree *tree)
Create a GNU R phylo tree copy of the input vtkTree tree (deep copy, allocates memory)
A table, which contains similar-typed columns of data.
A rooted tree data structure.