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

Method SpacingCallbackFunction

IO/Image/vtkImageExport.cxx:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268double* vtkImageExport::SpacingCallbackFunction(void* userData)
269{
270 return static_cast<vtkImageExport*>(userData)->SpacingCallback();
271}
272
273double* vtkImageExport::OriginCallbackFunction(void* userData)
274{

Callers

nothing calls this directly

Calls 1

SpacingCallbackMethod · 0.80

Tested by

no test coverage detected