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

Method ComputeCellCenters

Common/DataModel/vtkKdTree.cxx:576–580  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

574
575//------------------------------------------------------------------------------
576float* vtkKdTree::ComputeCellCenters()
577{
578 vtkDataSet* allSets = nullptr;
579 return this->ComputeCellCenters(allSets);
580}
581
582//------------------------------------------------------------------------------
583float* vtkKdTree::ComputeCellCenters(int set)

Callers 2

BuildLocatorInternalMethod · 0.95

Calls 7

GetDataSetMethod · 0.95
GetNumberOfCellsMethod · 0.95
ComputeCellCenterMethod · 0.95
GetMaxCellSizeMethod · 0.45
InitTraversalMethod · 0.45
GetCellMethod · 0.45

Tested by

no test coverage detected