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

Method PipelineModifiedCallbackFunction

IO/Image/vtkImageExport.cxx:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258int vtkImageExport::PipelineModifiedCallbackFunction(void* userData)
259{
260 return static_cast<vtkImageExport*>(userData)->PipelineModifiedCallback();
261}
262
263int* vtkImageExport::WholeExtentCallbackFunction(void* userData)
264{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected