 |
VTK
9.0.1
|
Go to the documentation of this file.
20 #ifndef vtkRandomHyperTreeGridSource_h
21 #define vtkRandomHyperTreeGridSource_h
23 #include "vtkFiltersSourcesModule.h"
45 vtkGetVector3Macro(Dimensions,
unsigned int);
46 vtkSetVector3Macro(Dimensions,
unsigned int);
53 vtkGetVector6Macro(OutputBounds,
double);
54 vtkSetVector6Macro(OutputBounds,
double);
62 vtkGetMacro(Seed, vtkTypeUInt32);
63 vtkSetMacro(Seed, vtkTypeUInt32);
80 vtkGetMacro(SplitFraction,
double);
81 vtkSetClampMacro(SplitFraction,
double, 0., 1.);
103 unsigned int Dimensions[3];
104 double OutputBounds[6];
118 #endif // vtkRandomHyperTreeGridSource_h
Park and Miller Sequence of pseudo random numbers.
Objects for traversal a HyperTreeGrid.
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.
a simple class to control print indentation
Builds a randomized but reproducible vtkHyperTreeGrid.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkAlgorithm * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
int ProcessTrees(vtkHyperTreeGrid *, vtkDataObject *) final
Main routine to process individual trees in the grid This is pure virtual method to be implemented by...
dynamic, self-adjusting array of double
general representation of visualization data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce a hyper tree grid as output.
A dataset containing a grid of vtkHyperTree instances arranged as a rectilinear grid.