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

Method Squeeze

Common/DataModel/vtkCellArray.cxx:1496–1502  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1494
1495//------------------------------------------------------------------------------
1496void vtkCellArray::Squeeze()
1497{
1498 this->Dispatch(SqueezeImpl{});
1499
1500 // Just delete the legacy buffer.
1501 this->LegacyData->Initialize();
1502}
1503
1504//------------------------------------------------------------------------------
1505bool vtkCellArray::IsValid()

Callers 1

operator()Method · 0.45

Calls 2

DispatchMethod · 0.45
InitializeMethod · 0.45

Tested by

no test coverage detected