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];
general representation of visualization data
dynamic, self-adjusting array of double
Generates a structured extent from unstructured.
Superclass for algorithms that produce a hyper tree grid as output.
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.
Builds a randomized but reproducible vtkHyperTreeGrid.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRandomHyperTreeGridSource()
static vtkRandomHyperTreeGridSource * New()
void SubdivideLeaves(vtkHyperTreeGridNonOrientedCursor *cursor, vtkIdType treeId)
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.
~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
bool ShouldRefine(vtkIdType level)