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

Method DeleteCells

Common/DataModel/vtkPolyData.cxx:743–748  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

741
742//------------------------------------------------------------------------------
743void vtkPolyData::DeleteCells()
744{
745 // if we have Links, we need to delete them (they are no longer valid)
746 this->Links = nullptr;
747 this->Cells = nullptr;
748}
749
750VTK_ABI_NAMESPACE_END
751

Callers 3

ResetMethod · 0.95
RemoveDeletedCellsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected