Go to the documentation of this file.
34 #ifndef vtkStringToNumeric_h
35 #define vtkStringToNumeric_h
106 { this->SetConvertPointData(
b); }
108 {
return this->GetConvertPointData(); }
115 { this->SetConvertCellData(
b); }
117 {
return this->GetConvertCellData(); }
124 { this->SetConvertPointData(
b); }
126 {
return this->GetConvertPointData(); }
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKINFOVISCORE_EXPORT
GLboolean GLboolean GLboolean b
double DefaultDoubleValue
virtual void SetConvertVertexData(bool b)
Superclass for algorithms that produce only data object as output.
#define vtkTypeMacro(thisClass, superclass)
bool TrimWhitespacePriorToNumericConversion
represent and manipulate fields of data
Converts string arrays to numeric arrays.
virtual void SetConvertEdgeData(bool b)
virtual bool GetConvertVertexData()
virtual bool GetConvertRowData()
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
#define vtkGetMacro(name, type)
static vtkStringToNumeric * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
int CountItemsToConvert(vtkFieldData *fieldData)
void ConvertArrays(vtkFieldData *fieldData)
virtual void SetConvertRowData(bool b)
virtual bool GetConvertEdgeData()
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)