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

Method WholeExtentCallbackFunction

IO/Image/vtkImageExport.cxx:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263int* vtkImageExport::WholeExtentCallbackFunction(void* userData)
264{
265 return static_cast<vtkImageExport*>(userData)->WholeExtentCallback();
266}
267
268double* vtkImageExport::SpacingCallbackFunction(void* userData)
269{

Callers

nothing calls this directly

Calls 1

WholeExtentCallbackMethod · 0.80

Tested by

no test coverage detected