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

Method SetArrayFreeFunction

Common/Core/vtkBitArray.cxx:160–163  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

158
159//------------------------------------------------------------------------------
160void vtkBitArray::SetArrayFreeFunction(void (*callback)(void*))
161{
162 this->DeleteFunction = callback;
163}
164
165//------------------------------------------------------------------------------
166// Get the data at a particular index.

Callers 7

TestSOAPointsFunction · 0.45
ReadHyperTreeGridDataMethod · 0.45
MakeAOSArrayMethod · 0.45
MakeSOAArrayMethod · 0.45
assign_user_freeFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestSOAPointsFunction · 0.36
assign_user_freeFunction · 0.36