------------------------------------------------------------------------------
| 639 | |
| 640 | //------------------------------------------------------------------------------ |
| 641 | vtkIncrementalPointLocator* vtkCleanUnstructuredGrid::GetLocator() |
| 642 | { |
| 643 | return this->Locator; |
| 644 | } |
| 645 | |
| 646 | //---------------------------------------------------------------------------- |
| 647 | void vtkCleanUnstructuredGrid::CreateDefaultLocator(vtkDataSet* input) |
no outgoing calls