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

Method ForceTransferInit

Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx:2968–2973  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2966
2967//------------------------------------------------------------------------------
2968void 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//------------------------------------------------------------------------------
2976void vtkOpenGLGPUVolumeRayCastMapper::vtkInternal::ClearRemovedInputs(vtkWindow* win)

Callers 2

ClearRemovedInputsMethod · 0.95
UpdateInputsMethod · 0.95

Calls 3

for_eachFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected