11#ifndef vtkRandomHyperTreeGridSource_h
12#define vtkRandomHyperTreeGridSource_h
14#include "vtkFiltersSourcesModule.h"
20VTK_ABI_NAMESPACE_BEGIN
56 vtkGetMacro(
Seed, vtkTypeUInt32);
57 vtkSetMacro(
Seed, vtkTypeUInt32);
89 vtkGetMacro(MaskedFraction,
double);
90 vtkSetClampMacro(MaskedFraction,
double, 0., 1.);
134 double MaskedFraction = 0;
general representation of visualization data
dynamic, self-adjusting array of double
Generates a structured extent from unstructured.
vtkHyperTreeGridAlgorithm()
Objects for traversal a HyperTreeGrid.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.
a simple class to control print indentation
Park and Miller Sequence of pseudo random numbers.
Allocate and hold a VTK object.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRandomHyperTreeGridSource()
static vtkRandomHyperTreeGridSource * New()
unsigned int Dimensions[3]
int FillOutputPortInformation(int port, vtkInformation *info) override
Define default input and output port types.
int RequestData(vtkInformation *req, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override
This is called by the superclass.
void SubdivideLeaves(vtkHyperTreeGridNonOrientedCursor *cursor, vtkIdType treeId, vtkDoubleArray *)
Recursively subdivides the leafs of the tree using a pseudo random number generator and the SplitFrac...
~vtkRandomHyperTreeGridSource() override
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) final
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
int RequestInformation(vtkInformation *req, vtkInformationVector **inInfo, vtkInformationVector *outInfo) override