------------------------------------------------------------------------------
| 1422 | |
| 1423 | //------------------------------------------------------------------------------ |
| 1424 | void vtkUnstructuredGridGeometryFilter::CreateDefaultLocator() |
| 1425 | { |
| 1426 | if (this->Locator == nullptr) |
| 1427 | { |
| 1428 | this->Locator = vtkMergePoints::New(); |
| 1429 | } |
| 1430 | } |
| 1431 | |
| 1432 | //------------------------------------------------------------------------------ |
| 1433 | int vtkUnstructuredGridGeometryFilter::FillInputPortInformation(int, vtkInformation* info) |