vtkFeatureDictionary Class Reference

#include <vtkFeatureDictionary.h>


Detailed Description

Generates a dictionary of unique terms.

vtkFeatureDictionary reorganizes a table containing (potentially duplicated) terms into a dictionary where every term appears exactly once.

Inputs: Input port 0: (required) A vtkTable containing "type" and "text" columns.

Outputs: Output port 0: A vtkTable containing "type" and "text" columns where each input term appears exactly once.

Use SetInputArrayToProcess(0, ...) to specify the input "type" array. Use SetInputArrayToProcess(1, ...) to specify the input "text" array.

See also:
vtkPTermDictionary
Thanks:
Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
Events:
vtkCommand::ProgressEvent
Tests:
vtkFeatureDictionary (Tests)

The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:24:02 2010 for VTK by  doxygen 1.5.6