vtkTableToStructuredGrid

Section: Visualization Toolkit Graphics Classes

Usage

vtkTableToStructuredGrid is a filter that converts an input vtkTable to a vtkStructuredGrid. It provides API to select columns to use as points in the output structured grid. The specified dimensions of the output (specified using SetWholeExtent()) must match the number of rows in the input table.

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

  obj = vtkTableToStructuredGrid

Methods

The class vtkTableToStructuredGrid 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 vtkTableToStructuredGrid class.