| 437 | } |
| 438 | |
| 439 | void vtkVolumeInputHelper::ReleaseGraphicsTransfer2D(vtkWindow* window) |
| 440 | { |
| 441 | if (this->TransferFunctions2D) |
| 442 | { |
| 443 | this->TransferFunctions2D->ReleaseGraphicsResources(window); |
| 444 | } |
| 445 | this->TransferFunctions2D = nullptr; |
| 446 | } |
| 447 | |
| 448 | void vtkVolumeInputHelper::ForceTransferInit() |
| 449 | { |
no test coverage detected