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).
- 03:02, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/Meshes/OBBDicer (content was: "<div class="floatright">File:VTK_Examples_Baseline_Meshes_TestOBBDicer.png</div> The vtkOBBDicer filter breaks up an input mesh into a number of pieces. The resulting mesh contains scalar point data that can be used to extract the individual pieces with a filter like vtkThresholdFilter. This examples displays the output of vtkOBBDicer with a different color for each piece. ==OBBDicer.cxx== <source lang="cpp"> #include <vtkVersion.h> #include <vtkSmartPointer.h> #include <v...")