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

Method UpdateInternalWeights

Common/DataModel/vtkAbstractCellLocator.cxx:84–93  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82
83//------------------------------------------------------------------------------
84void vtkAbstractCellLocator::UpdateInternalWeights()
85{
86 if (this->WeightsTime > this->MTime || !this->DataSet)
87 {
88 return;
89 }
90
91 this->Weights.resize(this->DataSet->GetMaxCellSize());
92 this->WeightsTime.Modified();
93}
94
95//------------------------------------------------------------------------------
96bool vtkAbstractCellLocator::IsInBounds(const double bounds[6], const double x[3], double tol)

Callers 1

FindCellMethod · 0.95

Calls 3

resizeMethod · 0.45
GetMaxCellSizeMethod · 0.45
ModifiedMethod · 0.45

Tested by

no test coverage detected