20 #ifndef vtkRandomHyperTreeGridSource_h 21 #define vtkRandomHyperTreeGridSource_h 23 #include "vtkFiltersSourcesModule.h" 39 void PrintSelf(ostream &os,
vtkIndent indent) override;
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.)
87 ~vtkRandomHyperTreeGridSource() override;
106 unsigned int GridSize[3];
107 double OutputBounds[6];
122 #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.
Generates a structured extent from unstructured.
dynamic, self-adjusting array of double
Objects for depth-first traversal HyperTrees.
a simple class to control print indentation
Park and Miller Sequence of pseudo random numbers.
Superclass for algorithms that produce a hyper tree grid as output.
static vtkAlgorithm * New()
general representation of visualization data