All public logs
From KitwarePublic
Jump to navigationJump to search
Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:20, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Images/ImageStencil (content was: "<div class="floatright">File:VTK_Examples_Baseline_Images_TestImageStencil.png</div> This example creates a red image and a green image. It creates a mask that is half on and half off. It then combines the images according to the mask using an ImageStencil. :''See also: [[../../Visualization/ImageTransparency]] and [[../Transparency]]'' ==ImageStencil.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkImageData.h> #include <vtkImageMapper3D.h> #include <vtkIm...")