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