| 1314 | //------------------------------------------------------------------------------ |
| 1315 | template <typename T> |
| 1316 | bool 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 | //------------------------------------------------------------------------------ |
no test coverage detected