Pipeline IDs: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
Line 8: Line 8:
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.
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.


  <i>Definition</i>  A Pedigree ID is copied from parent to child.
  <i>Requirement</i>  A Pedigree ID is copied from parent to child.  Any filter that creates
cells that have a parent/child relationship should copy the Pedigree ID appropriately.


===Source ID===
===Source ID===

Revision as of 12:43, 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.

Requirement  A Pedigree ID is copied from parent to child.  Any filter that creates
cells that have a parent/child relationship should copy the Pedigree ID appropriately.

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