IEEE Vis10 DIY Vis Application - ParaView

From KitwarePublic
Revision as of 01:06, 25 October 2010 by Utkarsh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


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