53 vtkSetMacro(ForceDouble,
bool);
54 vtkGetMacro(ForceDouble,
bool);
55 vtkBooleanMacro(ForceDouble,
bool);
62 vtkSetMacro(DefaultIntegerValue,
int);
63 vtkGetMacro(DefaultIntegerValue,
int);
70 vtkSetMacro(DefaultDoubleValue,
double);
71 vtkGetMacro(DefaultDoubleValue,
double);
89 vtkSetMacro(TrimWhitespacePriorToNumericConversion,
bool);
90 vtkGetMacro(TrimWhitespacePriorToNumericConversion,
bool);
91 vtkBooleanMacro(TrimWhitespacePriorToNumericConversion,
bool);
98 vtkSetMacro(ConvertFieldData,
bool);
99 vtkGetMacro(ConvertFieldData,
bool);
100 vtkBooleanMacro(ConvertFieldData,
bool);
107 vtkSetMacro(ConvertPointData,
bool);
108 vtkGetMacro(ConvertPointData,
bool);
109 vtkBooleanMacro(ConvertPointData,
bool);
116 vtkSetMacro(ConvertCellData,
bool);
117 vtkGetMacro(ConvertCellData,
bool);
118 vtkBooleanMacro(ConvertCellData,
bool);
126 vtkBooleanMacro(ConvertVertexData,
bool);
133 vtkBooleanMacro(ConvertEdgeData,
bool);
140 vtkBooleanMacro(ConvertRowData,
bool);
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Creates the same output type as the input type.
vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is required to capture REQUEST_DATA_OBJECT requests.