- May 21, 2014
-
-
Berk Geveci authored
Change-Id: Id76d3bc545a64675a0820cb1d9b45c61a51efc6a
-
Berk Geveci authored
Change-Id: I24bf3b0959bf6e22543bb526b26d9fda14ab4c20
-
Berk Geveci authored
Note that this change slightly breaks backward compatibility. The filter now processes all points even if they are on a ghost region. This means that this filter will produce ghost polygons that need to be stripped downstream. This is in line with the "filters should work with what they have" attitude the new changes enforce. This makes pipeline and filter logic much simpler. Change-Id: I77738480eaf716ec74095f9573c0cfc403769037
-
Berk Geveci authored
Change-Id: I80d4dbda38c7a6d83d6ba3fadeb81cce1154a1b1
-
Berk Geveci authored
Was trying to read the extent into an array of size 3 instead of 6. Doh! Change-Id: Ic8bb2872782c86739ddf8119b3d44edb35e42e06
-
Berk Geveci authored
To work with the new pipeline changes. Change-Id: Ic5c8ac86026999f79924d8e61b10fbcb18286bb8
-
Berk Geveci authored
The origin was not offset properly in cases where extent had to be adjusted. This is all due to the fact that the legacy writer always writes extents starting at 0. Change-Id: Id37f21d7c99d2ecdf6285d2870bf87e10b534a7a
-
Berk Geveci authored
Change-Id: I7e5c55259159752882c8ae056e08f9bec12b3c02
-
Berk Geveci authored
The XML readers and writers, both parallel and serial, now work with the pipeline changes. Now, all writers work with pieces even though the structured ones can handle asking for a sub- extent. Change-Id: I9f757ba12a3b9fb84e141506dacadad608eb8b99
-
Berk Geveci authored
Refactoring the way VTK goes between piece and structured extents. Before, extent translators were used when the pipeline moved from structured to unstructured data converting piece request to extent request. This caused many problems with filters that altered extents, mainly a lot of redundant IO due to repartitioning of different extents. This became extremely cumbersome to manage when running distributed. The new behavior pushes the extent translation all to way to the readers and only when readers are able to read a subset. This works much better. The only downside is that filters need to be able to handle data extents different than update extents. Most filters can do this but many imaging filters cannot. Those that are needed in parallel will have to be updated. As part of this work, I also removed MAXIMUM_NUMBER_OF_PIECES and added CAN_HANDLE_PIECE_REQUEST. MAXIMUM_NUMBER_OF_PIECES had reduced to being a boolean. 1 for serial sources, -1 for parallel sources. I removed it and added a CAN_HANDLE_PIECE_REQUEST instead. This key, produced by a source, tells the executive that a source is able to handle piece request. It is a source only key produced in RequestInformation and is not propagated downstream. If this key is not present, the executive will only execute the source for piece 0 to produce the entire data. It is then up to the user to add a filter that splits the data for other piece requests. The only exception to this is when CAN_PRODUCE_SUB_EXTENT is present, in which case the executive will split using an extent translator AT THE source - not downstream. Conflicts: Filters/FlowPaths/vtkParticleTracerBase.cxx Change-Id: I8db4040289ff87331adeecded4a738313d9b52df
-
- May 20, 2014
-
-
Sebastien Jourdain authored
86cfbf4d Catalyst Web - Composite improvement
-
Sebastien Jourdain authored
Add event notification and search result pagination. Change-Id: I3c63620261fc2d6503369d2cfca3c5a851ada033
-
David Gobbi authored
00bb43b9 Fix bad check for incomplete polygons, fix div-by-zero.
-
- May 16, 2014
-
-
When only one polyline was left, it would erroneously not be pushed onto the "incomplete" list. Also, a vector normalization had no check for division-by-zero, causing a NaN if the vector length was zero. Change-Id: I36a9b7a3561e6a490c795806e1b35c10de44a446
-
Ben Boeckel authored
64a98b47 testing: add some missing TEST_DEPENDS
-
Ben Boeckel authored
Change-Id: Idf4f870e2046dafe3c5bf8aa2ca9c5f2f6d79a37
-
Brad King authored
Create VTK_TEST_TIMEOUT_<test> settings that can be configured locally to increase the default timeout for tests: TerrainPolylineEditor TestPickingManagerSeedWidget Use the existing test timeouts as the default values. Change-Id: I827078610fff305d24f690f7a278a6503ef32daa
-
Joachim Pouderoux authored
ba7959d8 Fix bug in picking of invisible props in an assembly.
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ie19e8db2d9377fa797cdfa277e1ba460b3b4d1d7
-
c19112e5 Remove OpenGL error checks that were causing errors.
-
- May 14, 2014
-
-
David Gobbi authored
ddf898ae Bad null pointer check in vtkBSplineTransform.
-
David Gobbi authored
The ForwardTransformPoint method was missing a "!" in a null pointer check, causing the transform to perform an identity transform. The tests for this class did not cover this code path, even though it is the most common path in the general usage of this class. A new test has been added, and an old test has been re-enabled. Also, add the missing GetDisplacementScale method. Change-Id: I3cc21fda11e4c4f0a83dc020e0e9968086246d45
-
Robert Maynard authored
c5333aac Allow Dax marching cubes and threshold to work with doubles. c29aa732 Dax marching cubes now uses input array not active scalars.
-
Kenneth Moreland authored
Change-Id: I289624b773f148eb530e58c745f4150297e20170
-
Kenneth Moreland authored
The superclass still has the problem of only getting the active scalars rather than the input array. It would be good if this were fixed. It might be even better if vtkDaxMarchingCubes inherited from vtkContour instead. This class both handles the input array correctly and has better implementations of the contour algorithm. Change-Id: Iac333cb5019b28f7fb4bf2fb62e28b898593491f
-
Julien Finet authored
1d7b0a7b Change GetInputConnection error message into a debug warning message c62a84d8 Prevent error message when deep copying vtkGridTransform
-
Dan Lipsa authored
Change-Id: I025243fb80ebb5504aecfaee201ef828b5bd94dd
-
- May 13, 2014
- May 12, 2014
-
-
Brad King authored
Teach the vtk_module_export_code_find_package macro to check for a VTK_INSTALL_FIND_PACKAGE_<name>_DIR variable to configure the default location of <name>_DIR to be reported to applications. Allow the variable to be set to a false value to disable the default. This will allow module dependencies on external packages such as Qt5 to be configured for redistributable/relocatable packages. Also allow applications to set <name>_DIR themselves before finding VTK so that they can override the VTK-provided default location. Change-Id: I0e452fb02f371636ec3a04954a99e33c7193f77a
-
- May 11, 2014
-
-
Utkarsh Ayachit authored
c19112e5 Remove OpenGL error checks that were causing errors.
-
Utkarsh Ayachit authored
The OpenGL error checks in those code itself raise OpenGL errors when this code was called while building a display list (tracked using bugle). Checks in this API is an overkill anyways. The called code should to the checking if needed. Change-Id: If1daaaa9a7c8c4131a11c2b6d52a10b9a18a162f
-
- May 10, 2014
-
-
Zack Galbreath authored
4ffb1c50 fix failing R tests reported by CDash
-
- May 09, 2014
-
-
David Gobbi authored
050c2df6 Fix warning about trailing comma in enum list.
-
David Gobbi authored
Change-Id: I82f4b76f30f7b7b57c6050727a5927516791a2d4 Clang: commas at the end of enumerator list are a C++11 extension [-Wc++11-extensions]
-