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

Method AllocateExact

Common/DataModel/vtkCellArray.cxx:1336–1341  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1334
1335//------------------------------------------------------------------------------
1336bool vtkCellArray::AllocateExact(vtkIdType numCells, vtkIdType connectivitySize)
1337{
1338 bool result;
1339 this->Dispatch(AllocateExactImpl{}, numCells, connectivitySize, result);
1340 return result;
1341}
1342
1343//------------------------------------------------------------------------------
1344bool vtkCellArray::ResizeExact(vtkIdType numCells, vtkIdType connectivitySize)

Callers 1

SetCellsMethod · 0.95

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected