MCPcopy 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
31void vtkPointsProjectedHull::Initialize()
32{
33 this->ClearAllocations();
34 this->InitFlags();
35
36 vtkPoints::Initialize();
37}
38
39void vtkPointsProjectedHull::Update()
40{

Callers

nothing calls this directly

Calls 3

ClearAllocationsMethod · 0.95
InitFlagsMethod · 0.95
InitializeFunction · 0.70

Tested by

no test coverage detected