57 #ifndef __vtkRRandomTableSource_h
58 #define __vtkRRandomTableSource_h
60 #include "vtkFiltersStatisticsGnuRModule.h"
61 #include "vtkTableAlgorithm.h"
63 class vtkRrtsimplementation;
72 void PrintSelf(ostream& os, vtkIndent indent);
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,
235 vtkInformationVector**,
236 vtkInformationVector*);
244 vtkRrtsimplementation *impl;
Generates vtkTables with columns of random numbers using Gnu R.