------------------------------------------------------------------------------
| 763 | |
| 764 | //------------------------------------------------------------------------------ |
| 765 | void vtkKdTree::ForceBuildLocator() |
| 766 | { |
| 767 | this->BuildLocatorInternal(); |
| 768 | } |
| 769 | |
| 770 | //------------------------------------------------------------------------------ |
| 771 | // Build the kdtree structure based on location of cell centroids. |
nothing calls this directly
no test coverage detected