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

Method GetNumberOfPartitions

Common/DataModel/vtkPartitionedDataSet.cxx:37–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

35
36//------------------------------------------------------------------------------
37unsigned int vtkPartitionedDataSet::GetNumberOfPartitions()
38{
39 return this->Superclass::GetNumberOfChildren();
40}
41
42//------------------------------------------------------------------------------
43vtkDataSet* vtkPartitionedDataSet::GetPartition(unsigned int idx)

Callers 15

RemoveNullPartitionsMethod · 0.95
TestPartitionedDataSetFunction · 0.45
ReadCompositeMethod · 0.45
ReadCompositeMethod · 0.45
ReadMeshMethod · 0.45
ReadMeshMethod · 0.45
TestIOSSExodusRestartsFunction · 0.45
TestIOSSAssembliesFunction · 0.45
AddActorsFunction · 0.45
RequestDataMethod · 0.45
WriteDataMethod · 0.45
testDataSetMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestPartitionedDataSetFunction · 0.36
TestIOSSExodusRestartsFunction · 0.36
TestIOSSAssembliesFunction · 0.36
AddActorsFunction · 0.36
testDataSetMethod · 0.36
testMultiBlockDataSetMethod · 0.36
testFirstMethod · 0.36
testSecondMethod · 0.36
testThirdMethod · 0.36
testFourthMethod · 0.36