vtkTemporalFractal

Section: Visualization Toolkit Parallel Classes

Usage

vtkTemporalFractal is a collection of uniform grids. All have the same dimensions. Each block has a different origin and spacing. It uses mandelbrot to create cell data. I scale the fractal array to look like a volme fraction. I may also add block id and level as extra cell arrays. This source produces a vtkHierarchicalBoxDataSet when GenerateRectilinearGrids is off, otherwise produces a vtkMultiBlockDataSet.

To create an instance of class vtkTemporalFractal, simply invoke its constructor as follows

  obj = vtkTemporalFractal

Methods

The class vtkTemporalFractal has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkTemporalFractal class.