57 #ifndef __vtkRRandomTableSource_h
58 #define __vtkRRandomTableSource_h
62 class vtkRrtsimplementation;
75 void SetNumberOfRows(
int nrows);
76 int GetNumberOfRows();
80 int GetNumberOfColumns();
84 void ClearTableOutput();
88 void SetRandGenSeed(
const int seed);
104 WILCOXONSIGNEDRANK = 1,
211 const char* ColumnName,
219 void SetStatisticalDistributionForColumn(
int StatDistType,
223 const char* ColumnName,
243 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.