VTK/Composite data changes: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Yuanxin.liu (talk | contribs) (Created page with "Primarily motivated by better support of AMR data structures, we have introduced changes to various classes related to vtkCompositeDataSet.") |
Yuanxin.liu (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
Primarily motivated by better support of AMR data structures, we have introduced changes to various classes related to vtkCompositeDataSet. | Primarily motivated by better support of AMR data structures, we have introduced changes to various classes related to vtkCompositeDataSet. | ||
vtkCompositeDataSet has been used primarily as a container of data sets. However, vtkCompositeDataSet actually actually represents a hierarchy where the data sets are stored at leaves. | |||
[[Image:new_composite.png]] |
Revision as of 15:29, 21 September 2012
Primarily motivated by better support of AMR data structures, we have introduced changes to various classes related to vtkCompositeDataSet.
vtkCompositeDataSet has been used primarily as a container of data sets. However, vtkCompositeDataSet actually actually represents a hierarchy where the data sets are stored at leaves.