Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
  2. Aug 21, 2019
  3. Aug 20, 2019
    • David Gobbi's avatar
      Compatibility for Python 3.8 · 257b9d7b
      David Gobbi authored
      The PyTypeObject struct was modified in Python 3.8, this change is
      required to avoid compile errors.
      257b9d7b
    • Allison Vacanti's avatar
      Merge topic 'fix_GetValueRange' · 133ba536
      Allison Vacanti authored and Kitware Robot's avatar Kitware Robot committed
      
      cd9ec58e Use actual ValueTypes when computing value ranges.
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Acked-by: default avatarAllison Vacanti <allison.vacanti@kitware.com>
      Merge-request: !5870
      133ba536
    • Allison Vacanti's avatar
      Use actual ValueTypes when computing value ranges. · cd9ec58e
      Allison Vacanti authored
      Fixes #17664.
      
      We currently truncate to double precision, which gives incorrect results
      on 64-bit integers.
      
      We need to enable `/bigobj` on MSVC to support the larger symbol tables
      needed to handle the template codegen.
      
      This does not cache the ranges like GetRange does, since we do not have
      the infrastructure to do so (we don't have information keys for large
      integers). Issue #17666 reflects this.
      
      Since the GetRange implementations in vtkDataArrayPrivate.txx
      depend on vtkSMPTools, which pulls in tbb, which pulls in
      windows.h under MSVC, we cannot directly include this code
      in the GenericDataArray headers. Instead, 64-bit integer
      implementations are compiled into a new vtkGenericDataArray.cxx
      translation unit for AOS, SOA, and ScaledSOA data arrays. All
      other array/value types will go through the double interface
      of vtkDataArray::ComputeRange.
      
      A test has been added to ensure that the common array types
      are able to return their full ValueType range from
      GetValueRange to make sure we continue to support the full
      ranges going forward.
      cd9ec58e
    • Mathieu Westphal (Kitware)'s avatar
      Adding support for histogram in vtkScalarsToColorsItem · e62685da
      Mathieu Westphal (Kitware) authored
      This adds the support for showing an Histogram in vtkScalarsToColorsItem
      
       * Add an vtkPlotBar that can be created by calling SetHistogramTable
       * Color it automatically when using vtkTransferFunctionItem
       * Add/Update tests accordingly
      e62685da
  4. Aug 19, 2019
  5. Aug 16, 2019
  6. Aug 15, 2019
  7. Aug 14, 2019
Loading