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

Function AppendBlock

IO/Geometry/vtkOpenFOAMReader.cxx:1058–1061  ·  view source on GitHub ↗

Append named block

Source from the content-addressed store, hash-verified

1056
1057// Append named block
1058void AppendBlock(vtkMultiBlockDataSet* parent, vtkDataObject* block, const std::string& name)
1059{
1060 ::SetBlock(parent, parent->GetNumberOfBlocks(), block, name);
1061}
1062
1063// Set array name and fieldData attributes
1064// The optional suffix is for dimensions etc

Callers 3

MakeBoundaryMeshMethod · 0.85
MakeLagrangianMeshMethod · 0.85
RequestDataMethod · 0.85

Calls 2

SetBlockFunction · 0.85
GetNumberOfBlocksMethod · 0.45

Tested by

no test coverage detected