Skip to content
Snippets Groups Projects
  1. Nov 12, 2013
  2. Aug 18, 2013
  3. Aug 14, 2013
    • Marcus D. Hanwell's avatar
      Add support for private dependencies in VTK · 57901457
      Marcus D. Hanwell authored
      A simple implementation of private dependencies, with some of the most
      obvious private dependencies moved over. This should be used for all
      dependencies that are not exposed in the public API of the classes in
      the module.
      
      The target_link_libraries call defaults to private due to the way CMake
      implements the link logic. The private dependency logic can help reduce
      link line and include directory length for private links where the
      dependency's API is not exposed in the module. Also added code to ensure
      include directories are not duplicated for modules in the build tree.
      
      Change-Id: If4535338e8d5e9957d7bcce7d3ab0eadec21d2c4
      57901457
  4. Mar 20, 2013
  5. Oct 19, 2012
    • Berk Geveci's avatar
      Added getters for various data members and a wrapper hint. · bfa4110f
      Berk Geveci authored
      I exposed several data members through getters in order
      to be able to develop custom readers in Python. Also added a
      hint to export GetUpdateExtent() to Python. In this particular
      case, I am combining the XML reader and the MPIImageReader
      to read a structured grid. The XML reads the meta data, the
      MPIImageReader reads the appended data using MPI/IO.
      
      Change-Id: I7877ecc68f8b200f56ea258eca3bf871feccaaf5
      bfa4110f
  6. Aug 28, 2012
    • Berk Geveci's avatar
      Cleaned up dependencies between modules. · 4403edb5
      Berk Geveci authored
      Some of the module dependencies were somewhat weird, like
      IOImage depending on IOGeometry and Rendering depending on
      XML which contains all XML reader. Fixed the depency problems
      by creating XMLParser and Movie modules and moving some
      classes to them. I also moved many classes to RenderingCore
      because they were only needed there.
      One other minor change is to change vtkProperty to use
      vtkImageReader2Factor such that it didn't explicitely depend
      on bunch of reader. This will allow us to add/remove readers
      to IOImage more easily.
      
      Change-Id: Iaaa2edffd31193c13a4ef59e5be5b3eeada3501e
      4403edb5
Loading