14#include "vtkFiltersSourcesModule.h"
17#ifndef vtkHyperTreeGridPreConfiguredSource_h
18#define vtkHyperTreeGridPreConfiguredSource_h
20VTK_ABI_NAMESPACE_BEGIN
40 unsigned int depth,
const std::vector<double>& extent,
41 const std::vector<unsigned int>& subdivisions);
44 unsigned int depth,
const std::vector<double>& extent,
45 const std::vector<unsigned int>& subdivisions);
91 vtkGetMacro(CustomDim,
unsigned int);
92 vtkSetMacro(CustomDim,
unsigned int);
97 vtkGetMacro(CustomFactor,
unsigned int);
98 vtkSetMacro(CustomFactor,
unsigned int);
103 vtkGetMacro(CustomDepth,
unsigned int);
104 vtkSetMacro(CustomDepth,
unsigned int);
109 vtkGetVector6Macro(CustomExtent,
double);
110 vtkSetVector6Macro(CustomExtent,
double);
115 vtkGetVector3Macro(CustomSubdivisions,
unsigned int);
116 vtkSetVector3Macro(CustomSubdivisions,
unsigned int);
160 const std::vector<double>& extent,
const std::vector<unsigned int>& subdivisions);
182 double CustomExtent[6];
183 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.