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

Method ResizeCellList

Common/DataModel/vtkUnstructuredGrid.cxx:1253–1256  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Resize the list of cells using a particular point. (This operator assumes that BuildLinks() has been called.) Note that dataset should be set to "Editable".

Source from the content-addressed store, hash-verified

1251// that BuildLinks() has been called.) Note that dataset should be set to
1252// "Editable".
1253void vtkUnstructuredGrid::ResizeCellList(vtkIdType ptId, int size)
1254{
1255 static_cast<vtkCellLinks*>(this->Links.Get())->ResizeCellList(ptId, size);
1256}
1257
1258//------------------------------------------------------------------------------
1259// Replace the points defining cell "cellId" with a new set of points. This

Callers 1

InsertNextLinkedCellMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected