VTK
|
Filters tokens based on their length (number of characters). More...
#include <vtkTokenLengthFilter.h>
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.
BTX void operator=(const vtkTokenLengthFilter &); // Not implemented. ETX