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

Method SetNumberOfBlocks

Common/DataModel/vtkMultiBlockDataSet.cxx:32–35  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31//------------------------------------------------------------------------------
32void vtkMultiBlockDataSet::SetNumberOfBlocks(unsigned int numBlocks)
33{
34 this->Superclass::SetNumberOfChildren(numBlocks);
35}
36
37//------------------------------------------------------------------------------
38unsigned int vtkMultiBlockDataSet::GetNumberOfBlocks()

Callers 15

RequestDataMethod · 0.80
RequestDataMethod · 0.80
create_geometryMethod · 0.80
InitOutputBlocksMethod · 0.80
AllocateGetBlockFunction · 0.80
RequestDataMethod · 0.80
RestoreMeshCacheMethod · 0.80
RequestDataMethod · 0.80
SetUpEmptyGridMethod · 0.80
RequestDataMethod · 0.80
ExGetElemBlocksMethod · 0.80
CreateBlockIdMetadataMethod · 0.80

Calls

no outgoing calls

Tested by 15

createDataFunction · 0.64
createMBFunction · 0.64
CreateMultiBlockFunction · 0.64
CreateDataSetFunction · 0.64
CreateDataSetFunction · 0.64
TestBrokenLineWidgetFunction · 0.64