A Conditional Mesh Front Iterator for VTK

David Doria1*
1.Rensselaer Polytechnic Institute
Abstract
A Conditional Mesh Front Iterator for VTK

Abstract

Region growing is a technique that can be used to propagate information over a mesh. In a previous submission, "A Mesh Front Iterator for VTK", we introduced an iterator that can be used with vtkPointSet subclasses to traverse a mesh. It is sometimes useful to visit only vertices that are "similar" to their neighbors by some definition. This concept can be used to select many types of common regions, including planar regions or regions with similar color, to name a few. In this paper, we propose an iterator which propagates on a mesh using a condition test which can be easily modified. The latest code is available here: https://github.com/daviddoria/MeshConditionalFrontIterator

Keywords

ground removalregion growingplanar regionmeshconditional regionground selection
Manuscript
Source Code and Data

Source Code and Data

CMakeLists.txt1.2 KBvtkMeshConditionalFrontIterator.cxx6.1 KBvtkMeshConditionalFrontIterator.h2.4 KBvtkMeshConditionalFrontIteratorDefaultExample.cxx1.1 KBvtkMeshConditionalFrontIteratorDemo.cxx10.5 KBvtkMeshConditionalFrontIteratorExample.cxx2.9 KBvtkMeshConditionalFrontIteratorTest.cxx1.6 KBvtkMeshFrontIterator.cxx6.7 KBvtkMeshFrontIterator.h2.1 KB

Select a file to preview