Skip to content
Snippets Groups Projects
  1. Sep 19, 2011
    • Berk Geveci's avatar
      Replace SetInput etc. with SetInputData etc. · 4ea36770
      Berk Geveci authored
      Since the behaviour of SetInput changed - it no
      longer connects the pipeline but sets up the data
      object as the input -, it was decided to rename
      it to SetInputData. This includes similar methods
      such as AddInputData. This commit makes on
      sweeping change that compiles.
      4ea36770
    • Berk Geveci's avatar
      More progress. Everything compiles now · d10d7093
      Berk Geveci authored
      d10d7093
    • Berk Geveci's avatar
      Made more progress · 56788e10
      Berk Geveci authored
      56788e10
    • Berk Geveci's avatar
      More progress · 16092733
      Berk Geveci authored
      16092733
    • Berk Geveci's avatar
      Started removing data object's dependency on the pipeline. · 791b167f
      Berk Geveci authored
      It was decided to remove any dependencies that data objects
      have on the pipeline logic. When modularization is complete,
      this will allow us to build a small "data model" library
      that does not depend on the "execution model". It also
      cleans up a lot of the interdepencies between data objects
      and pipeline code. To achieve this, we need to remove all
      functionality that depend on executives and pipeline logic
      from vtkDataObject and subclasses. This includes any meta-data
      such as whole extent as well as methods to setup pipeline
      connectivity such as SetInput (to be removed from algorithms).
      791b167f
  2. May 04, 2011
    • Berk Geveci's avatar
      87542447
    • Berk Geveci's avatar
      Fixed tests to reflect previous changes. · 214e9923
      Berk Geveci authored
      Now all tests except TestPStream pass. Fixing TestPStream will require
      changes that I cannot make until more of the VTK 4 compatibility layer
      is removed.
      214e9923
    • Berk Geveci's avatar
      Removed vtkSource, vtkProcessObject and subclasses. · bbe652a6
      Berk Geveci authored
      First step in the removal of VTK 4 compatibility layer. I removed
      vtkSource, vtkProcessObject and all of their subclasses. All algorithms
      should be subclasses of vtkAlgorithm now.
      
      Also removed vtkPLOT3DReader. This reader was using legacy API. Use
      vtkMultiBlockPLOT3DReader instead
      
      Made changes vtkSpatialRepresentationFilter that are not backwards
      compatible. This filter now produces a multi-block output and which
      levels are computed is controlled using the AddLevel method.
      bbe652a6
  3. Apr 27, 2011
  4. Apr 26, 2011
  5. Apr 25, 2011
  6. Apr 24, 2011
  7. Apr 23, 2011
  8. Apr 22, 2011
Loading