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

Method CreateDefaultLocator

Filters/HyperTree/vtkHyperTreeGridContour.cxx:499–508  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

497
498//------------------------------------------------------------------------------
499void vtkHyperTreeGridContour::CreateDefaultLocator()
500{
501 // If no locator instance variable create a merge point one
502 if (!this->Locator)
503 {
504 this->Locator = vtkMergePoints::New();
505 this->Locator->Register(this);
506 this->Locator->Delete();
507 }
508}
509
510//------------------------------------------------------------------------------
511vtkMTimeType vtkHyperTreeGridContour::GetMTime()

Callers 1

ProcessTreesMethod · 0.95

Calls 3

DeleteMethod · 0.65
NewFunction · 0.50
RegisterMethod · 0.45

Tested by

no test coverage detected