Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Initialize
Method
Initialize
Common/DataModel/vtkCellTreeLocator.cxx:602–606 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
void Initialize()
603
{
604
auto& buckets = this->Buckets;
605
buckets = BucketsType(this->NumberOfBuckets);
606
}
607
608
void operator()()
609
{
Callers
1
BuildLocatorInternal
Method · 0.45
Calls
1
BucketsType
Class · 0.85
Tested by
no test coverage detected