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

Function LastInputDeletedCallback

Common/DataModel/vtkKdTree.cxx:93–99  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

91
92//------------------------------------------------------------------------------
93static void LastInputDeletedCallback(vtkObject* vtkNotUsed(caller), unsigned long vtkNotUsed(eid),
94 void* _self, void* vtkNotUsed(calldata))
95{
96 vtkKdTree* self = reinterpret_cast<vtkKdTree*>(_self);
97
98 self->InvalidateGeometry();
99}
100
101// helper class for ordering the points in vtkKdTree::FindClosestNPoints()
102namespace

Callers

nothing calls this directly

Calls 1

InvalidateGeometryMethod · 0.80

Tested by

no test coverage detected