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

Method InsideCellBounds

Common/DataModel/vtkStaticCellLocator.cxx:1316–1319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314//------------------------------------------------------------------------------
1315template <typename T>
1316bool CellProcessor<T>::InsideCellBounds(const double x[3], vtkIdType cellId)
1317{
1318 return CellProcessor::IsInBounds(this->CellBounds + 6 * cellId, x);
1319}
1320} // anonymous namespace
1321
1322//------------------------------------------------------------------------------

Callers 3

FindCellMethod · 0.95
FindCellMethod · 0.45
FindCellMethod · 0.45

Calls 1

IsInBoundsFunction · 0.85

Tested by

no test coverage detected