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.)
106 unsigned int GridSize[3];
107 double OutputBounds[6];
122 #endif // vtkRandomHyperTreeGridSource_h