Go to the documentation of this file.
58 #ifndef vtkRRandomTableSource_h
59 #define vtkRRandomTableSource_h
61 #include "vtkFiltersStatisticsGnuRModule.h"
64 class vtkRrtsimplementation;
112 WILCOXONSIGNEDRANK = 1,
217 const char* ColumnName,
227 const char* ColumnName,
246 vtkRrtsimplementation *impl;
StatDistType
Available statistical distribution output types.
void SetStatisticalDistributionForColumn(int StatDistType, double param1, double param2, double param3, const char *ColumnName, int column_index)
Python wrapped version of above method.
void SetNumberOfRows(int nrows)
Set and Get the number of rows in the output table (random numbers).
void SetStatisticalDistributionForColumn(vtkRRandomTableSource::StatDistType t, double param1, double param2, double param3, const char *ColumnName, int column_index)
Set the statistical distribution to generate random numbers for a particular column or all columns in...
void SetRandGenSeed(const int seed)
Set the random seed used by Gnu R to generate output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkRRandomTableSource * New()
int GetNumberOfColumns()
Returns number of columns in the output table.
Generates vtkTables with columns of random numbers using Gnu R.
void ClearTableOutput()
Clears table output to zero output columns.