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

Method Update

Common/DataModel/vtkPointsProjectedHull.cxx:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void vtkPointsProjectedHull::Update()
40{
41 this->ClearAllocations();
42 this->InitFlags();
43}
44
45void vtkPointsProjectedHull::InitFlags()
46{

Callers

nothing calls this directly

Calls 2

ClearAllocationsMethod · 0.95
InitFlagsMethod · 0.95

Tested by

no test coverage detected