------------------------------------------------------------------------------
| 760 | |
| 761 | //------------------------------------------------------------------------------ |
| 762 | vtkIdType* vtkImageData::GetIncrements() |
| 763 | { |
| 764 | // Make sure the increments are up to date. The filter bypass and update |
| 765 | // mechanism make it tricky to update the increments anywhere other than here |
| 766 | this->ComputeIncrements(); |
| 767 | |
| 768 | return this->Increments; |
| 769 | } |
| 770 | |
| 771 | //------------------------------------------------------------------------------ |
| 772 | vtkIdType* vtkImageData::GetIncrements(vtkDataArray* scalars) |