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

Method UpdateInformationCallbackFunction

IO/Image/vtkImageExport.cxx:253–256  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252//------------------------------------------------------------------------------
253void vtkImageExport::UpdateInformationCallbackFunction(void* userData)
254{
255 static_cast<vtkImageExport*>(userData)->UpdateInformationCallback();
256}
257
258int vtkImageExport::PipelineModifiedCallbackFunction(void* userData)
259{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected