Browsing by Author "Gueunet, Charles"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
Item Extended Visual Programming for Complex Parallel Pipelines in ParaView(The Eurographics Association, 2023) Petersen, Marvin; Lukasczyk, Jonas; Gueunet, Charles; Chabat, Timothée; Garth, Christoph; Bujack, Roxana; Pugmire, David; Reina, GuidoModern visualization software facilitates the creation of visualization pipelines combining a plethora of algorithms to achieve high-fidelity visualization. When the complexity of the pipelines to be created increases, additional techniques are needed to ensure that reasoning about the pipelines structure and its performance remains feasible. This paper presents three additions to ParaView with the goal of improving presentation of complex, parallel pipelines benefiting pipeline realization. More specifically, we provide a runtime performance annotation visualization integrated in a visual programming node editor, allowing all users to reason about basic performance and intuitively manipulate the structure and configuration of pipelines. Further, we extend the list of available filters with control flow filters, supporting for- and while-loops with a comprehensible representation in the node editor. Our extension is based on graphical manipulation of a node graph that expresses the flow of data and computation in a VTK pipeline, and draws upon a long tradition and positive experience with similar interfaces across a wide range of software systems such as the visualization tools SCIRun and VTK Designer, or the rendering systems Blender and Houdini. The extension we provide integrates seamlessly into the existing ParaView architecture as a plug-in, i.e., it does not require any modifications to ParaView itself or VTK's execution model.Item VESPA: VTK Enhanced with Surface Processing Algorithms(The Eurographics Association, 2023) Gueunet, Charles; Chhim, Tiffany L.; Gillmann, Christina; Krone, Michael; Lenti, SimoneThis work introduces the VESPA project, a bridge between geometry processing with the Computational Geometry Algorithms Library (CGAL) and scientific visualization with the Visualization Tool Kit (VTK) and ParaView. After a brief description of these tools, we motivate the use of VESPA through the example of a full processing pipeline detailing the construction of a mold from an initial 3D surface model. This paper illustrates the use of several robust geometry operations as well as the benefits of added interactivity and visualization. As an open source project, VESPA is already publicly available and open to contributions.