23#include "vtkFiltersSourcesModule.h"
26#ifndef vtkHyperTreeGridPreConfiguredSource_h
27#define vtkHyperTreeGridPreConfiguredSource_h
48 unsigned int depth,
const std::vector<double>& extent,
49 const std::vector<unsigned int>& subdivisions);
52 unsigned int depth,
const std::vector<double>& extent,
53 const std::vector<unsigned int>& subdivisions);
99 vtkGetMacro(CustomDim,
unsigned int);
100 vtkSetMacro(CustomDim,
unsigned int);
105 vtkGetMacro(CustomFactor,
unsigned int);
106 vtkSetMacro(CustomFactor,
unsigned int);
111 vtkGetMacro(CustomDepth,
unsigned int);
112 vtkSetMacro(CustomDepth,
unsigned int);
117 vtkGetVector6Macro(CustomExtent,
double);
118 vtkSetVector6Macro(CustomExtent,
double);
123 vtkGetVector3Macro(CustomSubdivisions,
unsigned int);
124 vtkSetVector3Macro(CustomSubdivisions,
unsigned int);
168 const std::vector<double>& extent,
const std::vector<unsigned int>& subdivisions);
190 double CustomExtent[6];
191 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.