ParaView/Plugin Examples: Difference between revisions
From KitwarePublic
< ParaView
Jump to navigationJump to search
(New page: This page contains plugins for use with ParaView. The ParaView CVS repository contains many examples in the Plugins directory. = Generic Data Set = If you would like to add new cell type...) |
Daviddoria (talk | contribs) m (moved Plugin Examples to ParaView/Plugin Examples) |
||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
= Generic Data Set = | = Generic Data Set = | ||
[[Image:GenericDataSetExample1.png|thumb|right|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. | 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. | ||
* [[Media:GenericDataSetExample.tar.gz|GenericDataSetExample.tar.gz ( | * [[Media:GenericDataSetExample.tar.gz|GenericDataSetExample.tar.gz (60 kiB)]] | ||
{{ParaView/Template/Footer}} | {{ParaView/Template/Footer}} |
Latest revision as of 12:21, 7 January 2011
This page contains plugins for use with ParaView. The ParaView CVS repository contains many examples in the Plugins directory.
Generic Data Set
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.