vtkConvertSelection

Section: Visualization Toolkit Graphics Classes

Usage

vtkConvertSelection converts an input selection from one type to another in the context of a data object being selected. The first input is the selection, while the second input is the data object that the selection relates to.

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

  obj = vtkConvertSelection

Methods

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