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

Method DirectionCallbackFunction

IO/Image/vtkImageExport.cxx:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278double* vtkImageExport::DirectionCallbackFunction(void* userData)
279{
280 return static_cast<vtkImageExport*>(userData)->DirectionCallback();
281}
282
283const char* vtkImageExport::ScalarTypeCallbackFunction(void* userData)
284{

Callers

nothing calls this directly

Calls 1

DirectionCallbackMethod · 0.80

Tested by

no test coverage detected