MCPcopy Create free account
hub / github.com/Kitware/VTK / GetBucketIndex

Method GetBucketIndex

Common/DataModel/vtkStaticPointLocator2D.cxx:1966–1969  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 6

IsInsertedPointMethod · 0.45
InsertUniquePointMethod · 0.45
BuildLocatorInternalMethod · 0.45
InsertNextPointMethod · 0.45
InsertPointMethod · 0.45
GetPointsInBucketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected