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

Method GetPartition

Common/DataModel/vtkPartitionedDataSetCollection.cxx:107–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

105
106//------------------------------------------------------------------------------
107vtkDataSet* vtkPartitionedDataSetCollection::GetPartition(unsigned int idx, unsigned int partition)
108{
109 auto ptd = this->GetPartitionedDataSet(idx);
110 return ptd ? ptd->GetPartition(partition) : nullptr;
111}
112
113//------------------------------------------------------------------------------
114vtkDataObject* vtkPartitionedDataSetCollection::GetPartitionAsDataObject(

Callers

nothing calls this directly

Calls 1

GetPartitionedDataSetMethod · 0.95

Tested by

no test coverage detected