simphony / simphony-mayavi

The mayavi adapters to the simphony framework
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Add a CUBAData wrapper over vtk.PointData #50

Closed itziakos closed 9 years ago

itziakos commented 9 years ago

This PR adds a List like wrapper on top of vtk.PointData.

The wrapper provides a MutableSequence interface to append, update and remove DataContainers with CUBA values. The goal is to use such instances to transparently manage converting the particle and point data attribute in the CUDS Mesh and Particles container wrappers on top of a vtk.DataSet instance.

Future work should look into:

itziakos commented 9 years ago

@dpinte how does it look?