vtkFoldCase Class Reference

#include <vtkFoldCase.h>

Inheritance diagram for vtkFoldCase:

Inheritance graph
[legend]
Collaboration diagram for vtkFoldCase:

Collaboration graph
[legend]

List of all members.


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.
Events:
vtkCommand::ProgressEvent
Tests:
vtkFoldCase (Tests)

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 vtkFoldCaseNew ()
static int IsTypeOf (const char *type)
static vtkFoldCaseSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkFoldCase ()
 ~vtkFoldCase ()
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Protected Attributes

char * ResultArray

Member Typedef Documentation

Reimplemented from vtkTableAlgorithm.

Definition at line 58 of file vtkFoldCase.h.


Constructor & Destructor Documentation

vtkFoldCase::vtkFoldCase (  )  [protected]

vtkFoldCase::~vtkFoldCase (  )  [protected]


Member Function Documentation

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.


Member Data Documentation

char* vtkFoldCase::ResultArray [protected]

Definition at line 74 of file vtkFoldCase.h.


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

Generated on Wed Aug 24 11:36:38 2011 for VTK by  doxygen 1.5.6