------------------------------------------------------------------------------
| 670 | |
| 671 | //------------------------------------------------------------------------------ |
| 672 | int vtkImageData::ComputeStructuredCoordinates(const double x[3], int ijk[3], double pcoords[3]) |
| 673 | { |
| 674 | return this->ComputeStructuredCoordinates(x, ijk, pcoords, 1e-12); |
| 675 | } |
| 676 | |
| 677 | //------------------------------------------------------------------------------ |
| 678 | int vtkImageData::ComputeStructuredCoordinates( |
no test coverage detected