Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ Initialize
Method
Initialize
Common/DataModel/vtkPointsProjectedHull.cxx:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void vtkPointsProjectedHull::Initialize()
32
{
33
this->ClearAllocations();
34
this->InitFlags();
35
36
vtkPoints::Initialize();
37
}
38
39
void vtkPointsProjectedHull::Update()
40
{
Callers
nothing calls this directly
Calls
3
ClearAllocations
Method · 0.95
InitFlags
Method · 0.95
Initialize
Function · 0.70
Tested by
no test coverage detected