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

Method SetNumberOfPartitions

Common/DataModel/vtkPartitionedDataSet.cxx:31–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31void vtkPartitionedDataSet::SetNumberOfPartitions(unsigned int numPartitions)
32{
33 this->Superclass::SetNumberOfChildren(numPartitions);
34}
35
36//------------------------------------------------------------------------------
37unsigned int vtkPartitionedDataSet::GetNumberOfPartitions()

Callers 15

RemoveNullPartitionsMethod · 0.95
AddPartitionedDataSetFunction · 0.45
ReadMeshMethod · 0.45
RequestDataMethod · 0.45
ProcessGeometryMethod · 0.45
ReadTileMethod · 0.45
RequestDataMethod · 0.45
TestCompositeFunction · 0.45
TestAssemblyFunction · 0.45
ReadGeometryMethod · 0.45
ReadMeasuredGeometryMethod · 0.45

Calls

no outgoing calls

Tested by 8

TestCompositeFunction · 0.36
TestAssemblyFunction · 0.36
testMethod · 0.36
CreatePartitionedDataSetFunction · 0.36