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
Line 1: Line 1:
==Simple Application==
==Simple Application==


Line 12: Line 10:


[[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]]

Revision as of 03:27, 25 October 2010

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