vtkParametricFunctionSource

Section: Visualization Toolkit Graphics Classes

Usage

This class tessellates parametric functions. The user must specify how many points in the parametric coordinate directions are required (i.e., the resolution), and the mode to use to generate scalars.

.SECTION Thanks Andrew Maclean a.maclean@cas.edu.au for creating and contributing the class.

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

  obj = vtkParametricFunctionSource

Methods

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