------------------------------------------------------------------------------
| 1958 | |
| 1959 | //------------------------------------------------------------------------------ |
| 1960 | void vtkStaticPointLocator2D::GetBucketIndices(const double* x, int ij[2]) const |
| 1961 | { |
| 1962 | this->Buckets->GetBucketIndices(x, ij); |
| 1963 | } |
| 1964 | |
| 1965 | //------------------------------------------------------------------------------ |
| 1966 | vtkIdType vtkStaticPointLocator2D::GetBucketIndex(const double* x) const |
no outgoing calls
no test coverage detected