| 266 | } |
| 267 | |
| 268 | double* vtkImageExport::SpacingCallbackFunction(void* userData) |
| 269 | { |
| 270 | return static_cast<vtkImageExport*>(userData)->SpacingCallback(); |
| 271 | } |
| 272 | |
| 273 | double* vtkImageExport::OriginCallbackFunction(void* userData) |
| 274 | { |
nothing calls this directly
no test coverage detected