Go to the documentation of this file.
20 #ifndef vtkRandomHyperTreeGridSource_h
21 #define vtkRandomHyperTreeGridSource_h
23 #include "vtkFiltersSourcesModule.h"
46 vtkGetVector3Macro(GridSize,
unsigned int)
47 vtkSetVector3Macro(GridSize,
unsigned int)
54 vtkGetVector6Macro(OutputBounds,
double)
55 vtkSetVector6Macro(OutputBounds,
double)
63 vtkGetMacro(Seed, vtkTypeUInt32)
64 vtkSetMacro(Seed, vtkTypeUInt32)
81 vtkGetMacro(SplitFraction,
double)
82 vtkSetClampMacro(SplitFraction,
double, 0., 1.)
106 unsigned int GridSize[3];
107 double OutputBounds[6];
122 #endif // vtkRandomHyperTreeGridSource_h
Park and Miller Sequence of pseudo random numbers.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Generates a structured extent from unstructured.
Objects for depth-first traversal HyperTrees.
a simple class to control print indentation
Builds a randomized but reproducible vtkHyperTreeGrid.
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
dynamic, self-adjusting array of double
general representation of visualization data
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.