MCPcopy Create free account
hub / github.com/Kitware/VTK / ProcessDO

Method ProcessDO

Filters/General/vtkAxisAlignedReflectionFilter.cxx:196–202  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

194
195//------------------------------------------------------------------------------
196bool 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//------------------------------------------------------------------------------
205vtkMTimeType vtkAxisAlignedReflectionFilter::GetMTime()

Callers 1

RequestDataMethod · 0.95

Calls 2

ProcessPDSMethod · 0.95
SetPartitionMethod · 0.45

Tested by

no test coverage detected