----------------------------------------------------------------------------
| 533 | |
| 534 | //---------------------------------------------------------------------------- |
| 535 | inline vtkIdType vtkImageData::ComputeCellId(int ijk[3]) |
| 536 | { |
| 537 | return vtkStructuredData::ComputeCellIdForExtent(this->GetExtent(), ijk); |
| 538 | } |
| 539 | |
| 540 | VTK_ABI_NAMESPACE_END |
| 541 | #endif |