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

Method ProcessPDS

Filters/General/vtkAxisAlignedReflectionFilter.cxx:184–193  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183//------------------------------------------------------------------------------
184bool vtkAxisAlignedReflectionFilter::ProcessPDS(
185 vtkPartitionedDataSet* inputPDS, vtkPartitionedDataSetCollection* outputPDC, double bounds[6])
186{
187 vtkNew<vtkPartitionedDataSetCollection> inputPDC;
188 inputPDC->SetPartitionedDataSet(0, inputPDS);
189 vtkNew<vtkDataAssembly> assembly;
190 assembly->AddDataSetIndex(assembly->GetRootNode(), 0);
191 inputPDC->SetDataAssembly(assembly);
192 return this->ProcessPDC(inputPDC, outputPDC, bounds);
193}
194
195//------------------------------------------------------------------------------
196bool vtkAxisAlignedReflectionFilter::ProcessDO(

Callers 2

ProcessDOMethod · 0.95
RequestDataMethod · 0.95

Calls 3

ProcessPDCMethod · 0.95
SetPartitionedDataSetMethod · 0.80
AddDataSetIndexMethod · 0.80

Tested by

no test coverage detected