33#ifndef vtkBoostRandomSparseArraySource_h
34#define vtkBoostRandomSparseArraySource_h
38#include "vtkInfovisBoostGraphAlgorithmsModule.h"
63 vtkGetMacro(ElementProbabilitySeed, vtkTypeUInt32);
64 vtkSetMacro(ElementProbabilitySeed, vtkTypeUInt32);
72 vtkGetMacro(ElementProbability,
double);
73 vtkSetMacro(ElementProbability,
double);
80 vtkGetMacro(ElementValueSeed, vtkTypeUInt32);
81 vtkSetMacro(ElementValueSeed, vtkTypeUInt32);
88 vtkGetMacro(MinValue,
double);
89 vtkSetMacro(MinValue,
double);
96 vtkGetMacro(MaxValue,
double);
97 vtkSetMacro(MaxValue,
double);
112 vtkTypeUInt32 ElementProbabilitySeed;
113 double ElementProbability;
115 vtkTypeUInt32 ElementValueSeed;
Stores the number of dimensions and valid coordinate ranges along each dimension for vtkArray.
static vtkBoostRandomSparseArraySource * New()
vtkBoostRandomSparseArraySource()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetExtents(const vtkArrayExtents &)
Sets the extents (dimensionality and size) of the output array.
~vtkBoostRandomSparseArraySource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkArrayExtents GetExtents()
Returns the extents (dimensionality and size) of the output array.
a simple class to control print indentation