Skip to content
Snippets Groups Projects
  1. Sep 08, 2015
  2. Aug 24, 2015
  3. Aug 21, 2015
  4. Aug 14, 2015
  5. Aug 05, 2015
  6. 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
  7. Jul 06, 2015
  8. Jun 26, 2015
    • David C. Lonie's avatar
      Fix vtkAxis scaling when TileScale is set on the renwin. · ef328bcf
      David C. Lonie authored
      Now vtkAxis will show the same number of ticks and the
      same relative text size when magnifying the image. Text
      will still be a little funky if the scaling is anisotropic,
      but at the moment our freetype engine doesn't support
      anisotropic dpi (not sure if the MPL backend can or not).
      
      New API: vtkContextScene::GetLogicalTileScale() returns
      the renderwindow tilescale or (1, 1) depending on whether
      ScaleTiles is enabled.
      
      There are some random fixes where vtkAxis objects were being
      used without a scene, which led to segfaults when trying to
      look up the tile scale internally.
      ef328bcf
  9. Jun 22, 2015
  10. Jun 12, 2015
  11. Jun 08, 2015
  12. Jun 05, 2015
    • Utkarsh Ayachit's avatar
      Fixed warnings. · 5c7bb1b7
      Utkarsh Ayachit authored
      Fixed ['vtkPlotArea::vtkTableCache' has a field
      'vtkPlotArea::vtkTableCache::SortedPoints' whose type uses the anonymous
      namespace] warning.
      5c7bb1b7
  13. Jun 04, 2015
  14. Jun 01, 2015
  15. May 19, 2015
  16. May 18, 2015
  17. May 12, 2015
  18. May 01, 2015
  19. Apr 16, 2015
  20. Apr 11, 2015
  21. Apr 09, 2015
  22. Apr 02, 2015
  23. Apr 01, 2015
  24. Feb 16, 2015
  25. Jan 14, 2015
    • Julien Finet's avatar
      Fix crash when vtkPlotPoints has no Axis · 49683cc5
      Julien Finet authored
      Sometimes vtkPlotPoints is not added as a plot into a chart.
      This is the case vtkPlotFunctionalBag. Therefore when calling Update(),
      there can be no Axis.
      
      Change-Id: I5ccd256173831e31b048b732a6021286266e530f
      49683cc5
  26. Jan 09, 2015
  27. Jan 06, 2015
    • Ken Martin's avatar
      Fix floating point issue with chart test · 180ebd0b
      Ken Martin authored
      TestChartXYZ test fails on various platforms.  It turns out it is
      failing due to floating point issues. Basically
      
      1)	By default the plot data points define the bounds of the axes
          for the chart
      2)	the axes define the plot area (clip stuff outside that)
      3)	which defines the clipping plane equations
      4)	which can in turn clip the original data points subject to
          floating point precision
      
      This is what is happening (FYI, the point that disappears in the middle
      is actual on the boundary in the depth axis). This patch
      “fixes” the test by defining axes that are slightly bigger than the
      data and replacing the valid image.
      
      Change-Id: I25e7f05736f274ffc16633d8110767b9a5a5907b
      180ebd0b
  28. Dec 23, 2014
  29. Dec 19, 2014
Loading