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

Method SetLocator

Filters/General/vtkTableBasedClipDataSet.cxx:321–330  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

319
320//------------------------------------------------------------------------------
321void vtkTableBasedClipDataSet::SetLocator(vtkIncrementalPointLocator* locator)
322{
323 if (this->Locator == locator)
324 {
325 return;
326 }
327
328 this->Locator = locator;
329 this->Modified();
330}
331
332//------------------------------------------------------------------------------
333void vtkTableBasedClipDataSet::ClipDataSet(vtkDataSet* pDataSet, vtkUnstructuredGrid* outputUG)

Callers 1

ClipDataSetMethod · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected