Skip to content
Snippets Groups Projects
  1. Dec 30, 2013
  2. Dec 28, 2013
  3. Dec 27, 2013
  4. Dec 26, 2013
  5. Dec 25, 2013
  6. Dec 24, 2013
  7. Dec 23, 2013
  8. Dec 22, 2013
  9. Dec 21, 2013
    • Bill Lorensen's avatar
      BUG: Remove broken vtkSESAMEReader · ba45df80
      Bill Lorensen authored
      vtkSESAMEReader is not tested in VTK. Furthermore there is no data in
      VTK to test it. There is data in the paraview data git repo. A small
      test program that reads the paraview file fails with this error:
      
      ERROR: VTK/Common/ExecutionModel/vtkExecutive.cxx,
      line 754
      vtkCompositeDataPipeline (0x7fc312002af0): Algorithm
      vtkSESAMEReader(0x7fc3120022a0) returned failure for request:
      vtkInformation (0x7fc31060da20)
        Debug: Off
        Modified Time: 1244
        Reference Count: 1
        Registered Events: (none)
        Request: REQUEST_DATA
        ALGORITHM_AFTER_FORWARD: 1
        FORWARD_DIRECTION: 0
        FROM_OUTPUT_PORT: 0
      
      There is vtkPrismSESAMEReader in the paraview repo that does work.
      
      Rather than duplicate the working code in paraview, this patch remove
      the untested, non-working vtkSESAMEReader from VTK/IO/Geometry.
      
      Change-Id: I194824b28c951b2d85f26ee85d8004fda44f19d8
      ba45df80
  10. Dec 20, 2013
Loading