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

Method OriginCallbackFunction

IO/Image/vtkImageExport.cxx:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273double* vtkImageExport::OriginCallbackFunction(void* userData)
274{
275 return static_cast<vtkImageExport*>(userData)->OriginCallback();
276}
277
278double* vtkImageExport::DirectionCallbackFunction(void* userData)
279{

Callers

nothing calls this directly

Calls 1

OriginCallbackMethod · 0.80

Tested by

no test coverage detected