- Feb 05, 2014
-
-
Tristan Coulange authored
- Sets the number of output ports to 0, which avoid an error message in Paraview because the writer is used in a pipeline. - Manages a potential null pointer, avoiding a crash which occurs when the user unchecks some blocks in Paraview for instance. Change-Id: I09c69bc6ac715bcb4297df4e2a012514a7817c57
-
- Feb 04, 2014
-
-
Chris Harris authored
4b03a9b9 Add failure filter to session.auth(...) deferred
-
- Feb 03, 2014
-
-
Sebastien Jourdain authored
6b1789ad Add image resampler catalyst web widget
-
Sebastien Jourdain authored
Change-Id: Id8392450b08fb8765637236c88ad581af7ae2429
-
Bill Lorensen authored
43fa8b72 COMP: Performance warning: int to bool
-
Bill Lorensen authored
Windows compilers warn "'int' : forcing value to bool 'true' or 'false' (performance warning)" Change-Id: I5d3dd60637e2e4c04b9ae111cde9750ea9b8d812
-
Bill Lorensen authored
d6dc375a COMP: Python unittest requies NO_OUTPUT 2df673ae BUG: Flawed logic for NO_OUTPUT
-
- Feb 02, 2014
-
-
Bill Lorensen authored
These two python tests use the python unittest module. The tests do not currently allow addition command line argments. Change-Id: I454f51231deed9e90db7831e2a662f91c800a83e
-
Bill Lorensen authored
For python tests, the NO_OUTPUT was only present if NO_VALID was 0. This prevented tests that specified NO_VALID to fail if the created output. Change-Id: I48e83866b172091e7a70c84f763c2225ed6b2acb
-
- Feb 01, 2014
-
-
Marcus D. Hanwell authored
50ea2323 Revert Remove WindowLevelInterface.tcl and WindowLevelInterface.py
-
Andrew Maclean authored
Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com> Change-Id: If5476fc12ab14779614d03dfdeea191b478a8029
-
- Jan 31, 2014
-
-
Sebastien Jourdain authored
697d1785 Improve implementation of Catalyst viewer
-
Sebastien Jourdain authored
Change-Id: Ibf305a1ea35b426e35dd43caf263861bdcb69381
-
Bill Lorensen authored
0e9cfd9b ENH: Improve code coverage script
-
Bill Lorensen authored
Change-Id: Id530d6e9c12cc0098931bd5c9a06924a15935579
-
Bill Lorensen authored
67cf4826 - Follow on commit to use the right style #include ("", not <>)
-
David Cole authored
Thanks to Marcus for pointing out the subtle difference. Change-Id: I24715440fa744267d0bda3c53494e738f7223e0f
-
Bill Lorensen authored
84087f54 COMP: Missing NO_VALID
-
Chris Harris authored
Application errors where being reported as authentication errors. Add failure filter to then(...) to handle authentication errors and allow the otherwise(...) statement to handle application errors. Change-Id: Ib61fe22838959d970925cb09ed133bf60dee7a3b
-
Dave DeMarle authored
575ebda2 Removed priority based streaming and fast path.
-
Bill Lorensen authored
Tests that do not have baseline images for regression testing must use the NO_VALID modifier to avoid cmake warnings. Change-Id: I083e48e4f5cceecc0a26146513b4581360dc76f0
-
- Jan 30, 2014
-
-
Marcus D. Hanwell authored
1bc76b6d Remove WindowLevelInterface.tcl and WindowLevelInterface.py
-
Andrew Maclean authored
This is a code fragment providing an interface to a viewer of type vtkImageViewer. It seems to be just a helper used to setting the window level etc. in the viewer. I am proposing that this code be removed. If there is a need to test Tkinter stuff then Attenuation.tcl from the VTK Text Book exercises would be a good candidate. I have converted this to VTK 6 and also written a Python version of it. Marcus pointed out that Imaging/Core/Testing/Python/WindowLevelInterface.py and has syntax errors and that this and the Tcl version are never run. This arose from the VTK hackathon. Change-Id: Ic57d8940a240e1939051f4e68d5a329bac645918 Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
Bill Lorensen authored
4831f683 COMP: Improve coverage of vtkMeshQuality
-
Bill Lorensen authored
Increased coverage from 40% to 94%. Change-Id: I86e7f3c46e7cbb57c90740d12ba5ae71c2f45576
-
Dave DeMarle authored
5736031c move dashboard management scripts into better place
-
Dave DeMarle authored
Change-Id: I001593bedd412465fab6fe3917607a94d84b40a4
-
Utkarsh Ayachit authored
Change-Id: Ib47e66941392f47462ca5e1d3de8a7db107eb840
-
a6b3a818 Merge topic 'Coverage_CornerAnnotation' into master 90acce9f Merge topic 'fix_segfault' into master b61991ae Merge topic 'TestClipPolyData-fix' into master 1b7facc9 Merge topic 'image-to-color-extension' into master bd273ddc Merge topic 'add_image_base_filter' into master ce554a58 Extend vtkImageMapToColors to support Mask color and Non Active Scalar input fd4cb594 Merge topic 'Coverage_FiltersGeneral' into master c6327c26 Merge topic 'Coverage_TestDataObjectIO' into master 82f8d3d8 Merge topic 'IOGeometry' into master 20ef3a0c Merge topic 'RenderingCore_NO_VALID' into master bf70da00 Fixed error in vtkFiltersCoreCxx-TestClipPolyData test 5881e35a ENH: Add removed tests 9bce5da0 COMP: test require NO_VALID modifier ce5bab01 COMP: Refactored TestDataObjectIO b4e01469 ENH: Added tests that were removed during modularization 4603a7b4 Merge topic 'coverage-named-components' into master ...
-
f61175eb BUG: Fix build failure in RenderingParallelLIC on Intel compiler
-
- Jan 29, 2014
-
-
Sebastien Jourdain authored
e6bcb7f8 Use / for path separator to prevent Windows related issue with escape char
-
Sebastien Jourdain authored
Change-Id: I5e24031296162087ff20f34c0152d3c0949939ea
-
Bill Lorensen authored
6195d1cc Fixed infinite recursion in vtkBitArray::RemoveFirstTuple()
-
Bill Lorensen authored
4943d65b Tests: Add test for the vtkCornerAnnotation class
-
Bill Lorensen authored
b80e196c Fix segfault with TestSetGet.
-
Bill Lorensen authored
bf70da00 Fixed error in vtkFiltersCoreCxx-TestClipPolyData test
-
Sebastien Jourdain authored
ce554a58 Extend vtkImageMapToColors to support Mask color and Non Active Scalar input
-
Sebastien Jourdain authored
ca29c4e9 Add JSON writer for ImageData c4821d4b Add a resampling filter
-
Sebastien Jourdain authored
If a vtkValidPointMask char array is available. Then the NaN color option will apply and that color will be used for all value that are masked by that array. In case of RGBA, the NaN color will use its 4 components, otherwise 3 for RGB, 2 for Luminance+Alpha and 1 for Luminance. Change-Id: Ica51bb4eea44fb74eb87f4a6f1d7cdbccb609269
-
Bill Lorensen authored
5881e35a ENH: Add removed tests
-