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

Method BufferPointerCallbackFunction

IO/Image/vtkImageExport.cxx:308–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308void* vtkImageExport::BufferPointerCallbackFunction(void* userData)
309{
310 return static_cast<vtkImageExport*>(userData)->BufferPointerCallback();
311}
312
313//------------------------------------------------------------------------------
314void vtkImageExport::UpdateInformationCallback()

Callers

nothing calls this directly

Calls 1

BufferPointerCallbackMethod · 0.80

Tested by

no test coverage detected