- Nov 12, 2013
-
-
Sean McBride authored
Done using a few regular expressions & find & replace. Fixes many -Wextra-semi warnings. Change-Id: I5ef603e88d4c0a390cfb2d22d8d92c21bf554024
-
- Aug 18, 2013
-
-
Sean McBride authored
Change-Id: I94935b6fe4d5e76e453507f9387b5ca357286cab
-
- Aug 14, 2013
-
-
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
-
- Mar 20, 2013
-
-
Sean McBride authored
Just added 'static' in front of many private functions. Change-Id: I892a46d684e00a44e7f84a7343e2cf5690f07eed
-
- Oct 19, 2012
-
-
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
-
- Aug 28, 2012
-
-
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
-