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

Method GetNumberOfPartitions

Filters/ParallelDIY2/vtkRedistributeDataSetFilter.cxx:401–409  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

399
400//------------------------------------------------------------------------------
401vtkIdType vtkRedistributeDataSetFilter::GetNumberOfPartitions() const
402{
403 if (!this->Strategy)
404 {
405 vtkErrorMacro("No strategy set");
406 return false;
407 }
408 return this->Strategy->GetNumberOfPartitions();
409}
410
411//------------------------------------------------------------------------------
412vtkPartitioningStrategy* vtkRedistributeDataSetFilter::GetStrategy()

Callers 15

ProcessPDCMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
TestGroupDataSetsFilterFunction · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
ProcessBlockMethod · 0.45
VisitMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestGroupDataSetsFilterFunction · 0.36
TestExpandPDS0Function · 0.36
TestExpandPDS1Function · 0.36
TestSquashPDS0Function · 0.36
TestSquashPDS1Function · 0.36
TestPartitionedHTGFunction · 0.36
ValidateDatasetFunction · 0.36
ValidateDatasetFunction · 0.36
TestImageCellDataFunction · 0.36
TestImagePointDataFunction · 0.36