30 #ifndef vtkBoostRandomSparseArraySource_h
31 #define vtkBoostRandomSparseArraySource_h
33 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
59 vtkGetMacro(ElementProbabilitySeed, vtkTypeUInt32);
68 vtkGetMacro(ElementProbability,
double);
76 vtkGetMacro(ElementValueSeed, vtkTypeUInt32);
84 vtkGetMacro(MinValue,
double);
92 vtkGetMacro(MaxValue,
double);
111 vtkTypeUInt32 ElementProbabilitySeed;
112 double ElementProbability;
114 vtkTypeUInt32 ElementValueSeed;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray...
generates a sparse N-way array containing random values.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Superclass for algorithms that produce vtkArrayDatas as output.
static vtkArrayDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.