57 #ifndef vtkRRandomTableSource_h
58 #define vtkRRandomTableSource_h
60 #include "vtkFiltersStatisticsGnuRModule.h"
63 class vtkRrtsimplementation;
76 void SetNumberOfRows(
int nrows);
77 int GetNumberOfRows();
81 int GetNumberOfColumns();
85 void ClearTableOutput();
89 void SetRandGenSeed(
const int seed);
105 WILCOXONSIGNEDRANK = 1,
212 const char* ColumnName,
220 void SetStatisticalDistributionForColumn(
int StatDistType,
224 const char* ColumnName,
244 vtkRrtsimplementation *impl;
void PrintSelf(ostream &os, vtkIndent indent)
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)
Superclass for algorithms that produce only vtkTables as output.