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

Method CreateDefaultLocator

Filters/Geometry/vtkUnstructuredGridGeometryFilter.cxx:1424–1430  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

RequestDataMethod · 0.95

Calls 1

NewFunction · 0.50

Tested by

no test coverage detected