11 #ifndef vtkRandomHyperTreeGridSource_h
12 #define vtkRandomHyperTreeGridSource_h
14 #include "vtkFiltersSourcesModule.h"
19 VTK_ABI_NAMESPACE_BEGIN
37 vtkGetVector3Macro(Dimensions,
unsigned int);
38 vtkSetVector3Macro(Dimensions,
unsigned int);
45 vtkGetVector6Macro(OutputBounds,
double);
46 vtkSetVector6Macro(OutputBounds,
double);
54 vtkGetMacro(Seed, vtkTypeUInt32);
55 vtkSetMacro(Seed, vtkTypeUInt32);
72 vtkGetMacro(SplitFraction,
double);
73 vtkSetClampMacro(SplitFraction,
double, 0., 1.);
95 unsigned int Dimensions[3];
96 double OutputBounds[6];
110 VTK_ABI_NAMESPACE_END
111 #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