------------------------------------------------------------------------------ This method computes the increments from the MemoryOrder and the extent. This version assumes we are using the Active Scalars
| 843 | // This method computes the increments from the MemoryOrder and the extent. |
| 844 | // This version assumes we are using the Active Scalars |
| 845 | void vtkImageData::ComputeIncrements(vtkIdType inc[3]) |
| 846 | { |
| 847 | this->ComputeIncrements(this->GetPointData()->GetScalars(), inc); |
| 848 | } |
| 849 | |
| 850 | //------------------------------------------------------------------------------ |
| 851 | // This method computes the increments from the MemoryOrder and the extent. |
no test coverage detected