| Prev | Up | Next |

First the user must select which point data array to use to generate contours. When the array is selected, the data range of that array is displayed in the user interface. Then any number of contour values can be entered. The contour values desired should be entered in the "New Value" entry box. The value can be entered into the list of contour values either by pressing the "Enter" key or by clicking the "Add Value" button. In order to remove a value from the list, click on the value and then click the "Delete Value" button.
The user must also decide whether to have normals, gradients, and scalars computed for the isosurfaces or isolines generated by the contour filter. (Note: Selecting "Compute Normals" or "Compute Gradients" will have no effect if the vtkContourFilter -- as opposed to the vtkKitwareContourFilter -- is used.) Computation of normals is fairly expensive (in terms of both time and storage) as is computation of gradients. Especially if further filtering is to be done on the isosurfaces or isolines, it may be wise to turn off computation of gradients and normals. If scalars are computed, then for each point in a particular isocontour, the corresponding contour value will be stored. Typically scalars are computed when contours are generated.
| Prev | Up | Next |