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:13, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/PolyData/PolyDataConnectivityFilter LargestRegion (content was: "<div class="floatright">File:VTK_Examples_Baseline_PolyData_TestConnectivity.png</div> This example keeps the largest connected region of a mesh. Note that this is based on the number of points, not the actual area of the region. * Contributed by: Jinyoung Hwang ==PolyDataConnectivityFilter_LargestRegion.cxx== <source lang="cpp"> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkPolyDataConnectivityFilter.h> #include <vtkPolyDataMapper.h> #include <vt...")