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
Loading