#include <vtkFoldCase.h>
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.
Definition at line 53 of file vtkFoldCase.h.
Public Types | |
typedef vtkTableAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetResultArray (const char *) |
virtual char * | GetResultArray () |
Static Public Member Functions | |
static vtkFoldCase * | New () |
static int | IsTypeOf (const char *type) |
static vtkFoldCase * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkFoldCase () | |
~vtkFoldCase () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
char * | ResultArray |
vtkFoldCase::vtkFoldCase | ( | ) | [protected] |
vtkFoldCase::~vtkFoldCase | ( | ) | [protected] |
static vtkFoldCase* vtkFoldCase::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkTableAlgorithm.
virtual const char* vtkFoldCase::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
static int vtkFoldCase::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
virtual int vtkFoldCase::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkTableAlgorithm.
static vtkFoldCase* vtkFoldCase::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
void vtkFoldCase::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkTableAlgorithm.
virtual void vtkFoldCase::SetResultArray | ( | const char * | ) | [virtual] |
virtual char* vtkFoldCase::GetResultArray | ( | ) | [virtual] |
virtual int vtkFoldCase::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkTableAlgorithm.
char* vtkFoldCase::ResultArray [protected] |
Definition at line 74 of file vtkFoldCase.h.