Pipeline IDs: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
Line 10: Line 10:
  <i>Definition</i>  A Pedigree ID is copied from parent to child.
  <i>Definition</i>  A Pedigree ID is copied from parent to child.


===Source ID==
===Source ID===
  <i>Definition</i>  If, in the input data set, there is an identifier for the object  
  <i>Definition</i>  If, in the input data set, there is an identifier for the object  
  (such as the GlobalElementID in Eoxuds), this data is retrieved from the file as the Source ID.
  (such as the GlobalElementID in Eoxuds), this data is retrieved from the file as the Source ID.

Revision as of 12:41, 10 January 2006

Overview

Currently, there is no native support for unique identifiers in vtk/ParaView. There are many issues that relate to this.

Proposal

Pedigree ID

A pedigree ID is defined as the ID which relates input objects to output objects. It is used to follow the 'pedigree' of an object. This ID is applied by a filter, in a way defined by its operation. Two examples illustrate its use.

Definition  A Pedigree ID is copied from parent to child.

Source ID

Definition  If, in the input data set, there is an identifier for the object 
(such as the GlobalElementID in Eoxuds), this data is retrieved from the file as the Source ID.

Threshold

A Threshold filter removes certain filters from a vtkDataSet.

Tetrahedralization