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

Method Add

Common/DataModel/vtkCellTreeLocator.cxx:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 void Add(const double& min, const double& max)
305 {
306 ++this->Cnt;
307 this->Min = std::min(min, this->Min);
308 this->Max = std::max(max, this->Max);
309 }
310 };
311
312 struct CellInfo

Callers 1

SplitMethod · 0.45

Calls 2

minFunction · 0.50
maxFunction · 0.50

Tested by

no test coverage detected