| 271 | } |
| 272 | |
| 273 | double* vtkImageExport::OriginCallbackFunction(void* userData) |
| 274 | { |
| 275 | return static_cast<vtkImageExport*>(userData)->OriginCallback(); |
| 276 | } |
| 277 | |
| 278 | double* vtkImageExport::DirectionCallbackFunction(void* userData) |
| 279 | { |
nothing calls this directly
no test coverage detected