14#include "vtkFiltersSourcesModule.h"
18#ifndef vtkHyperTreeGridPreConfiguredSource_h
19#define vtkHyperTreeGridPreConfiguredSource_h
21VTK_ABI_NAMESPACE_BEGIN
41 unsigned int depth,
const std::vector<double>& extent,
42 const std::vector<unsigned int>& subdivisions);
45 unsigned int depth,
const std::vector<double>& extent,
46 const std::vector<unsigned int>& subdivisions);
92 vtkGetMacro(CustomDim,
unsigned int);
93 vtkSetMacro(CustomDim,
unsigned int);
98 vtkGetMacro(CustomFactor,
unsigned int);
99 vtkSetMacro(CustomFactor,
unsigned int);
104 vtkGetMacro(CustomDepth,
unsigned int);
105 vtkSetMacro(CustomDepth,
unsigned int);
110 vtkGetVector6Macro(CustomExtent,
double);
111 vtkSetVector6Macro(CustomExtent,
double);
116 vtkGetVector3Macro(CustomSubdivisions,
unsigned int);
117 vtkSetVector3Macro(CustomSubdivisions,
unsigned int);
161 const std::vector<double>& extent,
const std::vector<unsigned int>& subdivisions);
183 double CustomExtent[6];
184 unsigned int CustomSubdivisions[3];
general representation of visualization data
dynamic, self-adjusting array of double
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.