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