| 276 | } |
| 277 | |
| 278 | double* vtkImageExport::DirectionCallbackFunction(void* userData) |
| 279 | { |
| 280 | return static_cast<vtkImageExport*>(userData)->DirectionCallback(); |
| 281 | } |
| 282 | |
| 283 | const char* vtkImageExport::ScalarTypeCallbackFunction(void* userData) |
| 284 | { |
nothing calls this directly
no test coverage detected