------------------------------------------------------------------------------
| 194 | |
| 195 | //------------------------------------------------------------------------------ |
| 196 | bool vtkAxisAlignedReflectionFilter::ProcessDO( |
| 197 | vtkDataObject* inputDO, vtkPartitionedDataSetCollection* outputPDC, double bounds[6]) |
| 198 | { |
| 199 | vtkNew<vtkPartitionedDataSet> inputPDS; |
| 200 | inputPDS->SetPartition(0, inputDO); |
| 201 | return this->ProcessPDS(inputPDS, outputPDC, bounds); |
| 202 | } |
| 203 | |
| 204 | //------------------------------------------------------------------------------ |
| 205 | vtkMTimeType vtkAxisAlignedReflectionFilter::GetMTime() |
no test coverage detected