VTK
vtkFoldCase Class Reference

Converts a collection of strings to lower-case. More...

#include <vtkFoldCase.h>


Detailed Description

Converts a collection of strings to lower-case.

Given an array of strings, converts each string to its lower-case representation.

Parameters: ResultArray: The name of the array containing the folded-case text.

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

Outputs: Output port 0: The same table, plus the array of folded-case text.

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 vtkFoldCase &); // Not implemented. ETX

Events:
vtkCommand::ProgressEvent
Tests:
vtkFoldCase (Tests)

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