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

Method SetPartitionedDataSet

Common/DataModel/vtkPartitionedDataSetCollection.cxx:76–85  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75//------------------------------------------------------------------------------
76void vtkPartitionedDataSetCollection::SetPartitionedDataSet(
77 unsigned int idx, vtkPartitionedDataSet* dataset)
78{
79 if (dataset == nullptr)
80 {
81 vtkErrorMacro("A partitioned dataset cannot be nullptr.");
82 return;
83 }
84 this->Superclass::SetChild(idx, dataset);
85}
86
87//------------------------------------------------------------------------------
88void vtkPartitionedDataSetCollection::RemovePartitionedDataSet(unsigned int idx)

Callers 15

AddPartitionedDataSetFunction · 0.80
ReadMeshMethod · 0.80
ProcessElementFunction · 0.80
ReadCompositeMethod · 0.80
WriteDataMethod · 0.80
GenerateOutputMethod · 0.80
ReadTilesMethod · 0.80
WriteDataMethod · 0.80
TestCompositeFunction · 0.80
TestAssemblyFunction · 0.80
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by 8

TestCompositeFunction · 0.64
TestAssemblyFunction · 0.64
testMethod · 0.64
testMethod · 0.64
TestPartitionBalancerFunction · 0.64
TestPDCFunction · 0.64