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

Method GetPartitionedDataSet

Common/DataModel/vtkPartitionedDataSetCollection.cxx:68–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

66
67//------------------------------------------------------------------------------
68vtkPartitionedDataSet* vtkPartitionedDataSetCollection::GetPartitionedDataSet(
69 unsigned int idx) const
70{
71 return vtkPartitionedDataSet::SafeDownCast(
72 const_cast<vtkPartitionedDataSetCollection*>(this)->Superclass::GetChild(idx));
73}
74
75//------------------------------------------------------------------------------
76void vtkPartitionedDataSetCollection::SetPartitionedDataSet(

Callers 15

SetPartitionMethod · 0.95
GetPartitionMethod · 0.95
GetNumberOfPartitionsMethod · 0.95
SetNumberOfPartitionsMethod · 0.95
TestAvmeshReaderFunction · 0.80
TestExampleFileFunction · 0.80
TestFDSReader3Function · 0.80
TestFDSReader2Function · 0.80
TestOMFReaderFunction · 0.80
HandleGlobalIdsFunction · 0.80
HandleElementSideFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestAvmeshReaderFunction · 0.64
TestExampleFileFunction · 0.64
TestFDSReader3Function · 0.64
TestFDSReader2Function · 0.64
TestOMFReaderFunction · 0.64
loadAndRenderMethod · 0.64
TestIOSSExodusRestartsFunction · 0.64
TestIOSSSuperelementsFunction · 0.64
TestIOSSAttributesFunction · 0.64
TestIOSSNoElementBlocksFunction · 0.64
AddActorsFunction · 0.64
testDataSetMethod · 0.64