ParaView/Plugin Examples

From KitwarePublic
< ParaView
Revision as of 12:21, 7 January 2011 by Daviddoria (talk | contribs) (moved Plugin Examples to ParaView/Plugin Examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This page contains plugins for use with ParaView. The ParaView CVS repository contains many examples in the Plugins directory.

Generic Data Set

A screenshot of the edge/face plugin based on the GenericDataSet API.

If you would like to add new cell types to VTK that violate the assumptions that the unstructured grid and polydata classes make, this plugin illustrates what's required. The Skeleton subdirectory contains empty implementations of the classes required for creating a new mesh type. The main directory contains an implementation of many of the members and a small test program that provide interpolation of attributes defined by values attached to edges and faces instead of the traditional VTK point and cell data.




ParaView: [Welcome | Site Map]