ParaView: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 82: Line 82:
===Design & Implementation===
===Design & Implementation===
* [[Testing design]]
* [[Testing design]]
: ParaView GUI Testing framework
: ParaView GUI Testing framework.
* [[Block Hierarchy Meta Data]]
* [[Block Hierarchy Meta Data]]
: Providing details about blocks, hierarchies, assemblies etc. to the client
: Providing details about blocks, hierarchies, assemblies etc. to the client.
* [[Multiple views]]
* [[Multiple views]]
: Details for handling multiple views in client-server framework
: Details for handling multiple views in client-server framework
* [[Composite Datasets in VTK|Composite Datasets]]
* [[Composite Datasets in VTK|Composite Datasets]]
: Dealing with composite datasets in ParaView
: Dealing with composite datasets in VTK.
* [[Representations and Views]]
* [[Representations and Views]]
: Understanding ParaView's views and representations
: Understanding ParaView's views and representations.
* [[Selection Implementation in VTK and ParaView III]]
* [[Selection Implementation in VTK and ParaView III]]
* [[Cross-compiling ParaView]]
* [[Cross-compiling ParaView]]

Revision as of 14:57, 15 September 2008

Pvsplash1.png

ParaView is an open-source, multi-platform application designed to visualize data sets of size varying from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that support distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been succesfully tested on Windows, Linux, Mac OS X, IBM Blue Gene, Cray XT3 and various Unix workstations and clusters. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using the Qt cross-platform application framework.

The goal of this Wiki is to provide up-to-date documentation maintained by the developer and user communities. As such, we welcome volunteers that would like to contribute. If you are interested in contributing, please contact us on the ParaView mailing list http://public.kitware.com/mailman/listinfo/paraview.

You can find more information about ParaView on the ParaView web site: http://paraview.org. For more help, check out http://paraview.org/New/help.html.


Documentation

Compile/Install

Instructions for downloading source as well as pre-compiled binaries for common platforms.
Compiling and installing ParaView from source.

Server Setup

Configuring your cluster to act as a ParaView server.
Using the ParaView client to start the servers.
Customizing server startup and connection processes using XML-based configuration scripts.

Python Scripting

Scripting ParaView using python
Generating/Processing data using python.

Animation

Using Animation View to setup animations


Plugins

Using and writing new plugins to extend ParaView's functionality.
Including extensions into ParaView at compile time.

Other Features

Synchronizing filters, clip planes, camera etc.
Loading restarted data for different file formats.
Packaging pipelines into a single composite.
Selecting and focusing on subset of a dataset.
Exporting scenes as VRML, X3D etc.

Books and Tutorials

The official ParaView guide available from Kitware.
Material and notes from the Supercomputing '08 tutorial by Sandia and Kitware
Material and notes from the Supercomputing '08 tutorial by Sandia
This Wiki is full of useful information and tutorials about ParaView

Design & Implementation

ParaView GUI Testing framework.
Providing details about blocks, hierarchies, assemblies etc. to the client.
Details for handling multiple views in client-server framework
Dealing with composite datasets in VTK.
Understanding ParaView's views and representations.

Miscellaneous



ParaView: [Welcome | Site Map]