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

Method NumberOfComponentsCallbackFunction

IO/Image/vtkImageExport.cxx:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288int vtkImageExport::NumberOfComponentsCallbackFunction(void* userData)
289{
290 return static_cast<vtkImageExport*>(userData)->NumberOfComponentsCallback();
291}
292
293void vtkImageExport::PropagateUpdateExtentCallbackFunction(void* userData, int* extent)
294{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected