vtkReflectionFilter

Section: Visualization Toolkit Graphics Classes

Usage

The vtkReflectionFilter reflects a data set across one of the planes formed by the data set's bounding box. Since it converts data sets into unstructured grids, it is not effeicient for structured data sets.

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

  obj = vtkReflectionFilter

Methods

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