IEEE Vis10 DIY Vis Application - ParaView: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with " ==Simple Application== Here's the code for a simple ParaView custom application with 2 views. The user can merely open a dataset and see it in both the views. This acts as a s...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Slides==


Here's the pdf for the slides used for the ParaView section of the Tutorial.
[[File:DIYVisApps.IEEEVis2010.ParaView.pdf]]


==Simple Application==
==Simple Application==
Line 12: Line 16:


[[File:DIY.VisApps.Vis2010.QuickContour.zip]]
[[File:DIY.VisApps.Vis2010.QuickContour.zip]]
==Sample Dataset==
This is the dataset we'll use for demonstrating the examples.
[[File:DIY.VisApps.Vis2010.Data.zip]]

Latest revision as of 12:25, 25 October 2010

Slides

Here's the pdf for the slides used for the ParaView section of the Tutorial.

File:DIYVisApps.IEEEVis2010.ParaView.pdf

Simple Application

Here's the code for a simple ParaView custom application with 2 views. The user can merely open a dataset and see it in both the views. This acts as a starting point for the QuickContour application.

File:DIY.VisApps.Vis2010.SimpleApp.zip

Quick-Contour Application

This demonstration application shows how to use the ParaView framework to create new applications with workflows different from full fledged ParaView while still leveraging ParaView's large data and parallel visualization capabilities.

File:DIY.VisApps.Vis2010.QuickContour.zip


Sample Dataset

This is the dataset we'll use for demonstrating the examples.

File:DIY.VisApps.Vis2010.Data.zip