Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 13, 2016
    • Utkarsh Ayachit's avatar
      BUG 15492: Don't write empty datasets. · 8b0ab13a
      Utkarsh Ayachit authored
      vtkXMLPMultiBlockDataWriter/vtkXMLCompositeDataWriter now skips empty
      datasets and treats them same as NULL leaf nodes. Also added a new test
      to verify the same.
      8b0ab13a
    • Utkarsh Ayachit's avatar
      Avoid duplication in vtkXMLDataSetWriter and vtkXMLCompositeDataWriter. · baafd121
      Utkarsh Ayachit authored
      vtkXMLCompositeDataWriter, instead of duplicating code from
      vtkXMLDataSetWriter to create the appropriate type of reader, now simply
      call a new method on vtkXMLDataSetWriter to create the writer for
      a specific dataset type.
      
      Also avoid hardcoding filename extensions, instead using API on the appropriate
      writer for the dataset type to get the extension string.
      baafd121
  3. Mar 08, 2016
  4. Feb 02, 2016
  5. Feb 01, 2016
  6. Jan 29, 2016
    • Berk Geveci's avatar
      Refactored and update the way algorithms are updated. · f020ebb6
      Berk Geveci authored
      The way algorithms were updated (made to execute) with
      request meta-data (such as update extent) was very error
      prone and counter-intuitive. Added new methods to make
      updating with meta-data easier. I also deprecated a number
      of methods to set request meta-data. This will encourage
      developers to migrate to the new API which is less error-
      prone.
      f020ebb6
  7. Aug 21, 2015
  8. Aug 20, 2015
  9. Aug 19, 2015
  10. Aug 14, 2015
  11. Aug 11, 2015
  12. Aug 04, 2015
  13. Aug 03, 2015
  14. Jul 22, 2015
    • Bill Lorensen's avatar
      STYLE: Replace vtksys_stl and vtksys_ios:: with std:: · 924248d9
      Bill Lorensen authored
      In the early days of VTK, support for stl was not portable. vtksys_stl
      and vtksys_ios provided a portable implementation of the stl. Now, all
      of the VTK supported compilers have portable stl implementations.
      
      This patch:
        1) Replaces the vtksys_ios:: with std::.
        2) Replaces the vtksys_stl:: with std::.
        3) Removes "using" statements for stl
      924248d9
  15. Jun 03, 2015
  16. May 13, 2015
  17. May 12, 2015
  18. Apr 06, 2015
  19. Dec 18, 2014
  20. Aug 29, 2014
  21. Jul 07, 2014
  22. Jul 03, 2014
    • Ben Boeckel's avatar
      modules: add modules to "kits" · e5203447
      Ben Boeckel authored
      The main kits are:
      
          vtkCommon
          vtkFilters
          vtkIO
          vtkImaging
          vtkInteraction
          vtkOpenGL (required due to a dependency cycle from
                     vtkRenderingOpenGL on vtkImagingHybrid)
          vtkParallel
          vtkRendering
          vtkViews
          vtkWrapping
      
      Modules which deal with a specialization of another module belong to the
      kit related to the specialization (i.e., FiltersParallel and
      IOParallelXML both belong to the vtkParallel kit) to avoid circular
      dependencies that arise when put into the same kit as the "lesser"
      module.
      
      Change-Id: Icae0baa78d62cc0dcce84546541df600d4f311dd
      e5203447
  23. May 21, 2014
Loading