26#include "vtkFiltersSourcesModule.h"
29#ifndef vtkHyperTreeGridPreConfiguredSource_h
30#define vtkHyperTreeGridPreConfiguredSource_h
51 unsigned int depth,
const std::vector<double>& extent,
52 const std::vector<unsigned int>& subdivisions);
55 unsigned int depth,
const std::vector<double>& extent,
56 const std::vector<unsigned int>& subdivisions);
102 vtkGetMacro(CustomDim,
unsigned int);
103 vtkSetMacro(CustomDim,
unsigned int);
108 vtkGetMacro(CustomFactor,
unsigned int);
109 vtkSetMacro(CustomFactor,
unsigned int);
114 vtkGetMacro(CustomDepth,
unsigned int);
115 vtkSetMacro(CustomDepth,
unsigned int);
120 vtkGetVector6Macro(CustomExtent,
double);
121 vtkSetVector6Macro(CustomExtent,
double);
126 vtkGetVector3Macro(CustomSubdivisions,
unsigned int);
127 vtkSetVector3Macro(CustomSubdivisions,
unsigned int);
171 const std::vector<double>& extent,
const std::vector<unsigned int>& subdivisions);
193 double CustomExtent[6];
194 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.