32 #ifndef vtkBoostRandomSparseArraySource_h 
   33 #define vtkBoostRandomSparseArraySource_h 
   35 #include "vtkInfovisBoostGraphAlgorithmsModule.h"  
   59   vtkGetMacro(ElementProbabilitySeed, vtkTypeUInt32);
 
   60   vtkSetMacro(ElementProbabilitySeed, vtkTypeUInt32);
 
   66   vtkGetMacro(ElementProbability, 
double);
 
   67   vtkSetMacro(ElementProbability, 
double);
 
   72   vtkGetMacro(ElementValueSeed, vtkTypeUInt32);
 
   73   vtkSetMacro(ElementValueSeed, vtkTypeUInt32);
 
   78   vtkGetMacro(MinValue, 
double);
 
   79   vtkSetMacro(MinValue, 
double);
 
   84   vtkGetMacro(MaxValue, 
double);
 
   85   vtkSetMacro(MaxValue, 
double);
 
  104   vtkTypeUInt32 ElementProbabilitySeed;
 
  105   double ElementProbability;
 
  107   vtkTypeUInt32 ElementValueSeed;
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
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 
 
Superclass for algorithms that produce vtkArrayDatas as output. 
 
static vtkArrayDataAlgorithm * New()
 
void PrintSelf(ostream &os, vtkIndent indent)