------------------------------------------------------------------------------
| 2966 | |
| 2967 | //------------------------------------------------------------------------------ |
| 2968 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ForceTransferInit() |
| 2969 | { |
| 2970 | auto& inputs = this->Parent->AssembledInputs; |
| 2971 | auto fu = [](std::pair<const int, vtkVolumeInputHelper>& p) { p.second.ForceTransferInit(); }; |
| 2972 | std::for_each(inputs.begin(), inputs.end(), fu); |
| 2973 | } |
| 2974 | |
| 2975 | //------------------------------------------------------------------------------ |
| 2976 | void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ClearRemovedInputs(vtkWindow* win) |
no test coverage detected