Skip to content
Snippets Groups Projects
  1. Jul 19, 2015
  2. Jul 18, 2015
  3. Jul 17, 2015
  4. Jul 16, 2015
  5. Jul 15, 2015
    • Bill Lorensen's avatar
      ENH: Remote module capability · ef927f02
      Bill Lorensen authored
      A preliminary implementation of Remote modules. This approach follows
      the ITK implementation.
      
      Three remote modules are included for testing
       David Doria's Poissoin Reconstruction, David Gobbi's vtkDICOM and Slicer's vtkAddon.
      
      To configure vtk with these remote modules:
      cmake -DvtkAddon:BOOL=ON -DModule_PoissonReconstruction:BOOL=ON -DModule_vtkDICOM:BOOL=ON vtk_source_dir
      make
      ef927f02
    • Sankhesh Jhaveri's avatar
      Interactively adjust sample distance for vtkSmartVolumeMapper · 40ec94e5
      Sankhesh Jhaveri authored
      Added new flag called InteractiveAdjustSampleDistances that
      essentially controls whether the internal volume mappers compute
      or use a set sample distance. The decision is based on whether
      the render is interactive or still depending on the difference
      between the DesiredUpdateRate of the vtkRenderWindow and the
      InteractiveUpdateRate of the vtkSmartVolumeMapper
      40ec94e5
    • Sankhesh Jhaveri's avatar
      Compute initial sample distance based on dataset spacing · 1013a56f
      Sankhesh Jhaveri authored
      This change makes the vtkSmartVolumeMapper compute the volume
      mapper sample distance based on dataset spacing. The default
      value of SampleDistance is changed to -1.0. Negative
      SampleDistance value makes the vtkSmartVolumeMapper compute
      SampleDistance.
      1013a56f
    • Sankhesh Jhaveri's avatar
      Restore concept of InteractiveUpdateRate for vtkSmartVolumeMapper · b4c9fc9b
      Sankhesh Jhaveri authored
      vtkSmartVolumeMapper decides whether its internal mappers should
      auto-adjust or use a specific sample distance based on whether
      the render is interactive or still. The InteractiveUpdateRate
      member variable helps decide this.
      This variable was removed in dcd2ee86 when the sample distance API
      was extended to vtkSmartVolumeMapper.
      This change just affects the vtkSmartVolumeMapper available under
      the OpenGL2 backend.
      b4c9fc9b
    • Sankhesh Jhaveri's avatar
      Added test for GPU volume mapper jagged edges issue · b34cba02
      Sankhesh Jhaveri authored
      The OpenGL2 backend GPU volume mapper is producing jagged edges
      as compared to the OpenGL backend GPU volume mapper. The issue
      could be related to texture filtering.
      b34cba02
    • Utkarsh Ayachit's avatar
      Avoid segfaults for multiblocks of vtkTable. · 6ccc95c9
      Utkarsh Ayachit authored
      This overcomes segfaults when the input is a multiblock of vtkTable or
      other non-vtkDataSet instances.
      6ccc95c9
Loading