52 #ifndef vtkRRandomTableSource_h
53 #define vtkRRandomTableSource_h
55 #include "vtkFiltersStatisticsGnuRModule.h"
58 class vtkRrtsimplementation;
73 void SetNumberOfRows(
int nrows);
74 int GetNumberOfRows();
80 int GetNumberOfColumns();
86 void ClearTableOutput();
92 void SetRandGenSeed(
const int seed);
106 WILCOXONSIGNEDRANK = 1,
211 const char* ColumnName,
217 void SetStatisticalDistributionForColumn(
int StatDistType,
221 const char* ColumnName,
240 vtkRrtsimplementation *impl;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
a simple class to control print indentation
Generates vtkTables with columns of random numbers using Gnu R.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
StatDistType
Available statistical distribution output types.