| 306 | } |
| 307 | |
| 308 | void* vtkImageExport::BufferPointerCallbackFunction(void* userData) |
| 309 | { |
| 310 | return static_cast<vtkImageExport*>(userData)->BufferPointerCallback(); |
| 311 | } |
| 312 | |
| 313 | //------------------------------------------------------------------------------ |
| 314 | void vtkImageExport::UpdateInformationCallback() |
nothing calls this directly
no test coverage detected