38 vtkSetMacro(ForceDouble,
bool);
39 vtkGetMacro(ForceDouble,
bool);
40 vtkBooleanMacro(ForceDouble,
bool);
47 vtkSetMacro(DefaultIntegerValue,
int);
48 vtkGetMacro(DefaultIntegerValue,
int);
55 vtkSetMacro(DefaultDoubleValue,
double);
56 vtkGetMacro(DefaultDoubleValue,
double);
74 vtkSetMacro(TrimWhitespacePriorToNumericConversion,
bool);
75 vtkGetMacro(TrimWhitespacePriorToNumericConversion,
bool);
76 vtkBooleanMacro(TrimWhitespacePriorToNumericConversion,
bool);
83 vtkSetMacro(ConvertFieldData,
bool);
84 vtkGetMacro(ConvertFieldData,
bool);
85 vtkBooleanMacro(ConvertFieldData,
bool);
92 vtkSetMacro(ConvertPointData,
bool);
93 vtkGetMacro(ConvertPointData,
bool);
94 vtkBooleanMacro(ConvertPointData,
bool);
101 vtkSetMacro(ConvertCellData,
bool);
102 vtkGetMacro(ConvertCellData,
bool);
103 vtkBooleanMacro(ConvertCellData,
bool);
111 vtkBooleanMacro(ConvertVertexData,
bool);
118 vtkBooleanMacro(ConvertEdgeData,
bool);
125 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.