simphony / simphony-mayavi

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

CubaData should support lazy initialization #61

Closed itziakos closed 9 years ago

itziakos commented 9 years ago

One should be able to create a CubaData instance with an initial size but without any allocated vtk arrays. The container should return an empty DataContainer when item access is perfomed. memory space should be allocated as soon as an non empty DataContainer value is added/updated in the sequence.

itziakos commented 9 years ago

Implemented in #62