MCPcopy Create free account
hub / github.com/Kitware/VTK / ReleaseGraphicsTransfer2D

Method ReleaseGraphicsTransfer2D

Rendering/VolumeOpenGL2/vtkVolumeInputHelper.cxx:439–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

Calls 1

Tested by

no test coverage detected