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

Method GetNumberOfPartitions

Common/DataModel/vtkPartitionedDataSetCollection.cxx:122–126  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

120
121//------------------------------------------------------------------------------
122unsigned int vtkPartitionedDataSetCollection::GetNumberOfPartitions(unsigned int idx) const
123{
124 auto ptd = this->GetPartitionedDataSet(idx);
125 return ptd ? ptd->GetNumberOfPartitions() : 0;
126}
127
128//------------------------------------------------------------------------------
129void vtkPartitionedDataSetCollection::SetNumberOfPartitions(

Callers 1

GetCompositeIndexMethod · 0.95

Calls 1

GetPartitionedDataSetMethod · 0.95

Tested by

no test coverage detected