23 #ifndef vtkRandomHyperTreeGridSource_h
24 #define vtkRandomHyperTreeGridSource_h
26 #include "vtkFiltersSourcesModule.h"
48 vtkGetVector3Macro(Dimensions,
unsigned int);
49 vtkSetVector3Macro(Dimensions,
unsigned int);
56 vtkGetVector6Macro(OutputBounds,
double);
57 vtkSetVector6Macro(OutputBounds,
double);
65 vtkGetMacro(Seed, vtkTypeUInt32);
66 vtkSetMacro(Seed, vtkTypeUInt32);
83 vtkGetMacro(SplitFraction,
double);
84 vtkSetClampMacro(SplitFraction,
double, 0., 1.);
106 unsigned int Dimensions[3];
107 double OutputBounds[6];
121 #endif // vtkRandomHyperTreeGridSource_h
int FillOutputPortInformation(int, vtkInformation *) override
Define default input and output port types.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
Builds a randomized but reproducible vtkHyperTreeGrid.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Generates a structured extent from unstructured.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) final
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
Objects for traversal a HyperTreeGrid.
dynamic, self-adjusting array of double
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Park and Miller Sequence of pseudo random numbers.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
general representation of visualization data