Skip to content
Snippets Groups Projects
  1. Dec 18, 2014
  2. Dec 17, 2014
  3. Dec 16, 2014
  4. Dec 15, 2014
  5. Dec 14, 2014
  6. Dec 13, 2014
    • David Gobbi's avatar
      Revert "Remove some unecessary casts." · af541360
      David Gobbi authored
      VC++ thinks these casts are necessary, even though gcc and clang
      disagree.
      
      This reverts commit 8c45343b.
      
      Change-Id: I9c308561e3c0696c66e24e45fd6fa4384c70aa34
      af541360
    • David Gobbi's avatar
      Merge topic 'wrap-const-cast' into master · 4b29cd1d
      David Gobbi authored
      8c45343b Remove some unecessary casts.
      4b29cd1d
    • Ken Martin's avatar
      Fix some release graphics resource issues · 5c1c4b19
      Ken Martin authored
      ParaView IceT does a WindowRemap when using tile display. That
      means everythgin has to work with a new window/context so it
      identifies a bunch of release graphics resource issues. This
      patch fixes a bunch of them. Mostly minor changes the one
      large change is to make ReleaseGraphicsResources in Renderer
      public like it is for every other class. This is the way it
      should be and the original protected method was a mistake from
      way way back.  Making it public save us from doing the
      
      SetRenderWindow(NULL)
      SetRenderWindow(this)
      
      hack that we have been using to free up resources in the
      renderer since we could nto call the protected method.
      
      Change-Id: If31406fa9425417d240311aac110c82409637163
      5c1c4b19
    • Utkarsh Ayachit's avatar
      Merge remote-tracking branch 'pvvtk/pv-master' into HEAD · e90b0e26
      Utkarsh Ayachit authored
      * pvvtk/pv-master:
      
      Change-Id: Ice8ef5928392f9a86c7bfa6af8c640c7eea9ca17
      e90b0e26
    • Utkarsh Ayachit's avatar
      Merge topic 'python-calc-15125' into pv-master · 9a7dcd0f
      Utkarsh Ayachit authored and Kitware Robot's avatar Kitware Robot committed
      7c7c3ca4 Add missing numpy functions previously available in ParaView 4.1.
      f54b5b9f Merge topic 'enh_xdmf3_writer' into master
      9f0d0bae Merge topic 'fix_xdmf2_writer' into master
      fa2aef48 Merge topic 'update-hdf5' into master
      acb40959 Enhance Xdmf3 writer to save block names.
      2cc28ea5 Fix Xdmf2 writer: array type was not respected. Also save block name.
      96db5108 Merge topic 'plotbar_improvement' into master
      f7bf6158 Merge topic 'qt-warning-take3' into master
      bed938eb Merge topic 'enum-comma-warning' into master
      18f678ac Fix warning about comma at end of enum list.
      91dcdaa6 Another attempt to silence warning from Qt header
      4bcf0dc2 Prefix BUILD_STATIC_EXECS with HDF5 and make it advanced.
      1dc7f42b Merge topic 'sample_distance_issue' into master
      aab57b1d Merge topic 'fix_xdmf3_dll_export' into master
      cac3a404 Merge topic 'type-punned-pointer' into master
      1dcc3d96 Add functions to get data bounds and number of plotted bars.
      ...
      9a7dcd0f
    • David Gobbi's avatar
      Remove some unecessary casts. · 8c45343b
      David Gobbi authored
      These casts were necessary for really old compilers that didn't
      keep track of which level of indirection the "constness" applied
      to.  For modern compilers, they should be unecessary.
      
      Change-Id: Ia23cebae43fd6f1705016a11f2df4801e9830d24
      8c45343b
    • David Gobbi's avatar
      Merge topic 'refactor-wrap-python' into master · 7eb427d2
      David Gobbi authored
      f7475425 Update the readme file for new wrapping capabilities.
      e13d9aea Only wrap namespaces that have useful contents.
      3e100545 Avoid creating duplicate wrapped namespaces.
      d5cb2382 Wrap constants more efficiently.
      a5948d9f Move VTK_BUILD_SHARED_LIBS check to generated code.
      67a70a82 Allow use of all enum types as method parameters.
      b271e764 Wrap namespaces in python.
      57b47954 Fix two previously undetected wrapper bugs.
      ba693ade Add an enum type to the python wrappers.
      f642f513 Wrap enum constant members for non-vtkObject types.
      a73ab651 Refactor vtkWrapPython into smaller source files.
      7eb427d2
  7. Dec 12, 2014
  8. Dec 11, 2014
    • Cory Quammen's avatar
      Enable coloring by indexed lookup for vtkStringArrays · 94498364
      Cory Quammen authored
      This change makes it possible to map vtkStringArrays to colors using
      indexed lookup mode. The vtkStringArrays may be associated with
      points, cells, or neither (field data). A slew of changes were
      required to give this capability:
      
      - Changed signature of vtkScalarsToColors::MapScalars(...) and
        vtkDiscretizableColorTransferFunction::MapScalars(...)  to take a
        vtkAbstractArray instead of a vtkDataArray. This enables mapping
        non-vtkDataArray arrays, such as vtkStringArrays. These changes are
        backwards compatible because vtkAbstractArray is the parent class of
        vtkDataArray.
      
      - Changed vtkLookupTable::MapScalarsThroughTable2(...) to handle
        vtkStringArrays.
      
      - Changed vtkColorTransferFunction::MapScalarsThroughTable2(...) to handle
        vtkStringArrays.
      
      - Added vtkAbstractMapper::GetAbstractScalars(...) that returns a data
        array as a vtkAbstractArray - needed to retrieve vtkStringArray
        scalars.
      
      - Added some error reporting when unhandled array type is encountered
        in vtkScalarsToColors::MapScalarsThroughTable2.
      
      - Enabled use of vtkStringArrays for coloring in the surface mappers.
      
      - Added some tests for mapping vtkStringArrays with
        vtkColorTransferFunction and vtkDiscretizableColorTransferFunction.
      
      - Added some tests for coloring objects by vtkStringArrays in cell data
        and point data.
      
      - Added logic to vtkMapper and vtkPolyDataMapper2D that generates a
        reasonable default lookup table when a vtkStringArray or other
        non-numeric array is selected for coloring by scalars. This requires
        making the vtkRenderingCore module depend on vtkCommonColor. Added
        tests for this feature.
      
      Change-Id: I91e2e451217139a7daabd7f4a63de0b8ff707ad4
      94498364
    • David Gobbi's avatar
      Merge topic 'interpolator-kernel-fix' into master · 1c9fa883
      David Gobbi authored
      8749c2fe Fix error when kernel size is greater than slab thickness.
      1c9fa883
    • David Gobbi's avatar
      Fix error when kernel size is greater than slab thickness. · 8749c2fe
      David Gobbi authored
      If the kernel size was larger than the number of slices in the slab
      that was being interpolated, then there was a potential for incorrect
      results under certain circumstances.
      
      Change-Id: I832f34fc1d4750d494d996e825cf1b2708a9d3dd
      8749c2fe
Loading