Go to the documentation of this file.
57 #ifndef vtkRRandomTableSource_h
58 #define vtkRRandomTableSource_h
60 #include "vtkFiltersStatisticsGnuRModule.h"
63 class vtkRrtsimplementation;
105 WILCOXONSIGNEDRANK = 1,
212 const char* ColumnName,
224 const char* ColumnName,
244 vtkRrtsimplementation *impl;
void SetStatisticalDistributionForColumn(int StatDistType, double param1, double param2, double param3, const char *ColumnName, int column_index)
void SetNumberOfRows(int nrows)
void SetStatisticalDistributionForColumn(vtkRRandomTableSource::StatDistType t, double param1, double param2, double param3, const char *ColumnName, int column_index)
void SetRandGenSeed(const int seed)
#define vtkTypeMacro(thisClass, superclass)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkRRandomTableSource * New()
Generates vtkTables with columns of random numbers using Gnu R.