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

Method DeleteLinks

Common/DataModel/vtkPolyData.cxx:854–857  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

852}
853//------------------------------------------------------------------------------
854void vtkPolyData::DeleteLinks()
855{
856 this->Links = nullptr;
857}
858
859//------------------------------------------------------------------------------
860// Create upward links from points to cells that use each point. Enables

Callers 2

ResetMethod · 0.95
RequestDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected