58 #ifndef vtkRRandomTableSource_h
59 #define vtkRRandomTableSource_h
61 #include "vtkFiltersStatisticsGnuRModule.h"
64 class vtkRrtsimplementation;
79 void SetNumberOfRows(
int nrows);
80 int GetNumberOfRows();
86 int GetNumberOfColumns();
92 void ClearTableOutput();
98 void SetRandGenSeed(
const int seed);
112 WILCOXONSIGNEDRANK = 1,
217 const char* ColumnName,
223 void SetStatisticalDistributionForColumn(
int StatDistType,
227 const char* ColumnName,
246 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.