Go to the documentation of this file.
51 #include "vtkFiltersStatisticsGnuRModule.h"
54 #ifndef VTK_BUILDING_FILTERS_STATISTICSGNUR
58 #include "Rinternals.h"
131 void operator=(
const vtkRAdapter&) VTK_DELETE_FUNCTION;
vtkTree * RToVTKTree(SEXP variable)
Create a vtkTree copy of the GNU R input phylo tree variable (deep copy, allocates memory)
vtkArray * RToVTKArray(SEXP variable)
Create a vtkArray copy of the GNU R input variable multi-dimensional array (deep copy,...
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
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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
SEXP VTKArrayToR(vtkArray *da)
Create a GNU R multi-dimensional array copy of the input vtkArray da (deep copy, allocates memory)
Abstract interface for N-dimensional arrays.
SEXP VTKDataArrayToR(vtkDataArray *da)
Create a GNU R matrix copy of the input vtkDataArray da (deep copy, allocates memory)
static vtkRAdapter * New()
SEXP VTKTableToR(vtkTable *table)
Create a GNU R matrix copy of the input vtkTable table (deep copy, allocates memory)
SEXP VTKTreeToR(vtkTree *tree)
Create a GNU R phylo tree copy of the input vtkTree tree (deep copy, allocates memory)
vtkTable * RToVTKTable(SEXP variable)
Create a vtkTable copy of the GNU R input matrix variable (deep copy, allocates memory) Input is R li...
vtkDataArray * RToVTKDataArray(SEXP variable)
Create a vtkDataArray copy of GNU R input matrix vaiable (deep copy, allocates memory) Input is a R m...