Skip to content
Snippets Groups Projects
  1. Apr 19, 2019
  2. Apr 17, 2019
  3. Apr 03, 2019
  4. Apr 01, 2019
  5. Mar 30, 2019
  6. Mar 28, 2019
  7. Mar 27, 2019
  8. Mar 26, 2019
    • Cory Quammen's avatar
      Add OutputDataSetType to vtkAppendDataSets · 49070e36
      Cory Quammen authored
      This option changes the behavior of vtkAppendDataSets. Rather than
      detect whether all input dataset types can be merged into a
      vtkPolyData and then doing so, it now takes an explicit output tpye
      and merges blocks that can be converted to the output type. By
      default, the output type is set to be vtkUnstructuredGrid, and all
      non-empty inputs can be appended to the output.
      
      The other supported output type is vtkPolyData. If the
      OutputDataSetType is set to the macro representing vtkPolyData, then
      only vtkPolyData blocks will be merged to the output vtkPolyData.
      
      Test was updated for the behavior change.
      49070e36
    • David E. DeMarle's avatar
      Merge topic 'cb/osp_vol_shade_fix' · 7d1ae844
      David E. DeMarle authored and Kitware Robot's avatar Kitware Robot committed
      
      54815b17 ospray volume shade property update fix
      
      Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
      Merge-request: !5346
      7d1ae844
Loading