vtkTokenLengthFilter Class Reference

#include <vtkTokenLengthFilter.h>


Detailed Description

Filters tokens based on their length (number of characters).

Parameters: Begin, End: Defines a half-open range of token lengths [Begin, End) that will be removed from the output. Tokens for which Begin <= token-length < End is true will be removed.

Inputs: Input port 0: (required) A vtkTable containing a column of text.

Outputs: Output port 0: The same table, with (potentally) fewer rows.

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

Thanks:
Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
BTX void operator=(const vtkTokenLengthFilter &); // Not implemented. ETX

Events:
vtkCommand::ProgressEvent
Tests:
vtkTokenLengthFilter (Tests)

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

Generated on Mon Sep 27 18:56:22 2010 for VTK by  doxygen 1.5.6