------------------------------------------------------------------------------
| 1964 | |
| 1965 | //------------------------------------------------------------------------------ |
| 1966 | vtkIdType vtkStaticPointLocator2D::GetBucketIndex(const double* x) const |
| 1967 | { |
| 1968 | return this->Buckets->GetBucketIndex(x); |
| 1969 | } |
| 1970 | |
| 1971 | //------------------------------------------------------------------------------ |
| 1972 | void vtkStaticPointLocator2D::PrintSelf(ostream& os, vtkIndent indent) |
no outgoing calls
no test coverage detected