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

Method Squeeze

Common/Core/vtkVariantArray.cxx:614–617  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

612
613//------------------------------------------------------------------------------
614void vtkVariantArray::Squeeze()
615{
616 this->ResizeAndExtend(this->MaxId + 1);
617}
618
619//------------------------------------------------------------------------------
620vtkTypeBool vtkVariantArray::Resize(vtkIdType sz)

Callers

nothing calls this directly

Calls 1

ResizeAndExtendMethod · 0.95

Tested by

no test coverage detected