Skip to content
Snippets Groups Projects
  1. Jul 17, 2008
    • Jeff Baumes's avatar
      ENH: Now using an instance of vtkDataSetAttributes (RowData) in vtkTable to... · a9a580f7
      Jeff Baumes authored
      ENH: Now using an instance of vtkDataSetAttributes (RowData) in vtkTable to store table columns. All code referencing the FieldData needed to be changed to use RowData. vtkAlgorithm's SetInputArrayToProcess, vtkTableReader/Writer, and vtkSelection's field type, needed to be updated to handle row data.
      a9a580f7
    • Douglas Gregor's avatar
      ENH: Allow the pedigree IDs of vertices in a vtkGraph to be stored in any · c7aea34e
      Douglas Gregor authored
      array type. Specific additions:
      
        - Added InsertVariantValue to vtkAbstractArray and all its subclasses,
          allowing one to insert a variant value at any possition (the variant is
          converted as appropriate for the actual underlying data type)
        - LookupValue now uses a caching strategy that doesn't require a rebuild on
          each insertion/update, porting the scheme from vtkVariantArray to
          vtkDataArrayTemplate and vtkStringArray.
        - vtkGraph uses vtkAbstractArray for its pedigree IDs.
        - vtkPBGLGraphSQLReader creates all the field arrays with the appropriate
          type, rather than forcing the vertex-id field to a vtkVariantArray.
        - Updated various test cases to test the non-variant pedigree IDs
      c7aea34e
  2. Jul 16, 2008
  3. Jul 15, 2008
  4. Jul 14, 2008
  5. Jul 13, 2008
  6. Jul 12, 2008
  7. Jul 11, 2008
  8. Jul 10, 2008
Loading