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

Method ScalarTypeCallbackFunction

IO/Image/vtkImageExport.cxx:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283const char* vtkImageExport::ScalarTypeCallbackFunction(void* userData)
284{
285 return static_cast<vtkImageExport*>(userData)->ScalarTypeCallback();
286}
287
288int vtkImageExport::NumberOfComponentsCallbackFunction(void* userData)
289{

Callers

nothing calls this directly

Calls 1

ScalarTypeCallbackMethod · 0.80

Tested by

no test coverage detected