#include <vtkStringToNumeric.h>
vtkStringToNumeric is a filter for converting a string array into a numeric arrays.
Definition at line 36 of file vtkStringToNumeric.h.
Public Types | |
typedef vtkDataObjectAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetConvertFieldData (bool) |
virtual bool | GetConvertFieldData () |
virtual void | ConvertFieldDataOn () |
virtual void | ConvertFieldDataOff () |
virtual void | SetConvertPointData (bool) |
virtual bool | GetConvertPointData () |
virtual void | ConvertPointDataOn () |
virtual void | ConvertPointDataOff () |
virtual void | SetConvertCellData (bool) |
virtual bool | GetConvertCellData () |
virtual void | ConvertCellDataOn () |
virtual void | ConvertCellDataOff () |
virtual void | SetConvertVertexData (bool b) |
virtual bool | GetConvertVertexData () |
virtual void | ConvertVertexDataOn () |
virtual void | ConvertVertexDataOff () |
virtual void | SetConvertEdgeData (bool b) |
virtual bool | GetConvertEdgeData () |
virtual void | ConvertEdgeDataOn () |
virtual void | ConvertEdgeDataOff () |
virtual void | SetConvertRowData (bool b) |
virtual bool | GetConvertRowData () |
virtual void | ConvertRowDataOn () |
virtual void | ConvertRowDataOff () |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Static Public Member Functions | |
static vtkStringToNumeric * | New () |
static int | IsTypeOf (const char *type) |
static vtkStringToNumeric * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStringToNumeric () | |
~vtkStringToNumeric () | |
void | ConvertArrays (vtkFieldData *fieldData) |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
bool | ConvertFieldData |
bool | ConvertPointData |
bool | ConvertCellData |
vtkStringToNumeric::vtkStringToNumeric | ( | ) | [protected] |
vtkStringToNumeric::~vtkStringToNumeric | ( | ) | [protected] |
static vtkStringToNumeric* vtkStringToNumeric::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataObjectAlgorithm.
virtual const char* vtkStringToNumeric::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkDataObjectAlgorithm.
static int vtkStringToNumeric::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkStringToNumeric::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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataObjectAlgorithm.
static vtkStringToNumeric* vtkStringToNumeric::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkDataObjectAlgorithm.
void vtkStringToNumeric::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 vtkDataObjectAlgorithm.
virtual void vtkStringToNumeric::SetConvertFieldData | ( | bool | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual bool vtkStringToNumeric::GetConvertFieldData | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertFieldDataOn | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertFieldDataOff | ( | ) | [virtual] |
Whether to detect and convert field data arrays. Default is on.
virtual void vtkStringToNumeric::SetConvertPointData | ( | bool | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual bool vtkStringToNumeric::GetConvertPointData | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertPointDataOn | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertPointDataOff | ( | ) | [virtual] |
Whether to detect and convert cell data arrays. Default is on.
virtual void vtkStringToNumeric::SetConvertCellData | ( | bool | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual bool vtkStringToNumeric::GetConvertCellData | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertCellDataOn | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertCellDataOff | ( | ) | [virtual] |
Whether to detect and convert point data arrays. Default is on.
virtual void vtkStringToNumeric::SetConvertVertexData | ( | bool | b | ) | [inline, virtual] |
Whether to detect and convert vertex data arrays. Default is on.
Definition at line 66 of file vtkStringToNumeric.h.
virtual bool vtkStringToNumeric::GetConvertVertexData | ( | ) | [inline, virtual] |
Whether to detect and convert vertex data arrays. Default is on.
Definition at line 68 of file vtkStringToNumeric.h.
virtual void vtkStringToNumeric::ConvertVertexDataOn | ( | ) | [virtual] |
Whether to detect and convert vertex data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertVertexDataOff | ( | ) | [virtual] |
Whether to detect and convert vertex data arrays. Default is on.
virtual void vtkStringToNumeric::SetConvertEdgeData | ( | bool | b | ) | [inline, virtual] |
Whether to detect and convert edge data arrays. Default is on.
Definition at line 75 of file vtkStringToNumeric.h.
virtual bool vtkStringToNumeric::GetConvertEdgeData | ( | ) | [inline, virtual] |
Whether to detect and convert edge data arrays. Default is on.
Definition at line 77 of file vtkStringToNumeric.h.
virtual void vtkStringToNumeric::ConvertEdgeDataOn | ( | ) | [virtual] |
Whether to detect and convert edge data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertEdgeDataOff | ( | ) | [virtual] |
Whether to detect and convert edge data arrays. Default is on.
virtual void vtkStringToNumeric::SetConvertRowData | ( | bool | b | ) | [inline, virtual] |
Whether to detect and convert row data arrays. Default is on.
Definition at line 84 of file vtkStringToNumeric.h.
virtual bool vtkStringToNumeric::GetConvertRowData | ( | ) | [inline, virtual] |
Whether to detect and convert row data arrays. Default is on.
Definition at line 86 of file vtkStringToNumeric.h.
virtual void vtkStringToNumeric::ConvertRowDataOn | ( | ) | [virtual] |
Whether to detect and convert row data arrays. Default is on.
virtual void vtkStringToNumeric::ConvertRowDataOff | ( | ) | [virtual] |
Whether to detect and convert row data arrays. Default is on.
virtual int vtkStringToNumeric::ProcessRequest | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [virtual] |
This is required to capture REQUEST_DATA_OBJECT requests.
Reimplemented from vtkDataObjectAlgorithm.
virtual int vtkStringToNumeric::RequestDataObject | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
Creates the same output type as the input type.
Reimplemented from vtkDataObjectAlgorithm.
void vtkStringToNumeric::ConvertArrays | ( | vtkFieldData * | fieldData | ) | [protected] |
Tries to convert string arrays to integer or double arrays.
int vtkStringToNumeric::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkDataObjectAlgorithm.
bool vtkStringToNumeric::ConvertFieldData [protected] |
Definition at line 112 of file vtkStringToNumeric.h.
bool vtkStringToNumeric::ConvertPointData [protected] |
Definition at line 113 of file vtkStringToNumeric.h.
bool vtkStringToNumeric::ConvertCellData [protected] |
Definition at line 114 of file vtkStringToNumeric.h.