Array Refactoring

From ParaQ Wiki
Revision as of 11:54, 8 April 2009 by Tshead (talk | contribs)
Jump to navigationJump to search

Overview

Now that we have N-Way Array Data Structures, it would be ideal if we could use them as attributes in data objects. This will likely involve some tricky work to somehow merge the vtkAbstractArray- and vtkArray- hierarchies.

Recent Work

  • Added vtkArray::GetName() and vtkArray::SetName()
  • vtkDenseArray memory management.
    • vtkDenseArray::MemoryBlock
    • vtkDenseArray::StaticMemoryBlock
    • vtkDenseArray::HeapMemoryBlock