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

Method UpdateDataCallbackFunction

IO/Image/vtkImageExport.cxx:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void vtkImageExport::UpdateDataCallbackFunction(void* userData)
299{
300 static_cast<vtkImageExport*>(userData)->UpdateDataCallback();
301}
302
303int* vtkImageExport::DataExtentCallbackFunction(void* userData)
304{

Callers

nothing calls this directly

Calls 1

UpdateDataCallbackMethod · 0.80

Tested by

no test coverage detected