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

Method ResizeExact

Common/DataModel/vtkCellArray.cxx:1344–1349  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1342
1343//------------------------------------------------------------------------------
1344bool vtkCellArray::ResizeExact(vtkIdType numCells, vtkIdType connectivitySize)
1345{
1346 bool result;
1347 this->Dispatch(ResizeExactImpl{}, numCells, connectivitySize, result);
1348 return result;
1349}
1350
1351//------------------------------------------------------------------------------
1352// Returns the size of the largest cell. The size is the number of points

Callers 15

ReadLabelListListMethod · 0.80
CreateCellFacesMethod · 0.80
TestResizeFunction · 0.80
TestInitializeFunction · 0.80
TestResetFunction · 0.80
ContourImageMethod · 0.80
ContourMethod · 0.80
ContourImageMethod · 0.80
MergePolyDataMethod · 0.80
ConfigureOutputMethod · 0.80
TransformMeshToTrisMethod · 0.80
operator()Method · 0.80

Calls 1

DispatchMethod · 0.45

Tested by 3

TestResizeFunction · 0.64
TestInitializeFunction · 0.64
TestResetFunction · 0.64