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

Method PropagateUpdateExtentCallbackFunction

IO/Image/vtkImageExport.cxx:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void vtkImageExport::PropagateUpdateExtentCallbackFunction(void* userData, int* extent)
294{
295 static_cast<vtkImageExport*>(userData)->PropagateUpdateExtentCallback(extent);
296}
297
298void vtkImageExport::UpdateDataCallbackFunction(void* userData)
299{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected