------------------------------------------------------------------------------
| 813 | |
| 814 | //------------------------------------------------------------------------------ |
| 815 | void vtkImageData::GetContinuousIncrements( |
| 816 | int extent[6], vtkIdType& incX, vtkIdType& incY, vtkIdType& incZ) |
| 817 | { |
| 818 | this->GetContinuousIncrements(this->GetPointData()->GetScalars(), extent, incX, incY, incZ); |
| 819 | } |
| 820 | //------------------------------------------------------------------------------ |
| 821 | void vtkImageData::GetContinuousIncrements( |
| 822 | vtkDataArray* scalars, int extent[6], vtkIdType& incX, vtkIdType& incY, vtkIdType& incZ) |
no test coverage detected