Skip to content
Snippets Groups Projects
  1. Aug 05, 2015
  2. 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
  3. Jul 06, 2015
  4. 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
  5. Jun 22, 2015
  6. Jun 12, 2015
  7. Jun 08, 2015
  8. 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
  9. Jun 04, 2015
  10. Jun 01, 2015
  11. May 19, 2015
  12. May 18, 2015
  13. May 12, 2015
  14. May 01, 2015
  15. Apr 16, 2015
  16. Apr 11, 2015
  17. Apr 09, 2015
  18. Apr 02, 2015
  19. Apr 01, 2015
  20. Feb 16, 2015
  21. 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
  22. Jan 09, 2015
  23. 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
  24. Dec 23, 2014
  25. Dec 19, 2014
  26. Dec 18, 2014
  27. Dec 10, 2014
    • Sean McBride's avatar
      Fix possible null deref warnings · efc3a4e9
      Sean McBride authored
      Removed other checks which are making it think
      other things could be null.  Looking elsewhere in
      these files, many other places assume these things
      aren’t null.
      
      Also fix a call to GetMaximum that should have been
      GetMTime.
      
      Change-Id: Ie880a0992b64ce4389ab9b40d48aa32692595362
      efc3a4e9
  28. Dec 09, 2014
Loading