- Jan 30, 2014
-
-
Bill Lorensen authored
Increased coverage from 40% to 94%. Change-Id: I86e7f3c46e7cbb57c90740d12ba5ae71c2f45576
-
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
-
Bill Lorensen authored
ce5bab01 COMP: Refactored TestDataObjectIO
-
Bill Lorensen authored
b4e01469 ENH: Added tests that were removed during modularization
-
Bill Lorensen authored
9bce5da0 COMP: test require NO_VALID modifier
-
Sean McBride authored
It was logging: vtkPlanes: Please define points and/or normals! The cause was a vtkPlanes object that was created but not usefully initialized. Right after the log, DBL_MAX was returned and later cast to float, which is too small to hold DBL_MAX and clang's ubsan flagged that error. I added any old initialisation of the vtkPlanes, which is sufficient since the test doesn't look too closely at the results of all its computations. Thanks to Will at the hackathon for helping me figure this out! Change-Id: I08f2863a718cb82fa54ecc7e2f1f3337f43b684d
-
Bill Lorensen authored
Restore tests that were removed as part of modularization. BUG: expCos Extra Delete's were present. Change-Id: I22e087762481283acd12502a470f54ab3db9f71e
-
Bill Lorensen authored
Recently added tests, otherLookupTable and otherLookupTableWithEnabling do not produce images and must have NO_VALID modifier to prevent cmake warnings. Change-Id: I4a01435240c16304237e04b110e44f7c22ada0ff
-
Bill Lorensen authored
Modularized TestDataObjectIO to reduce test dependencies. Change-Id: I86bab1c09847a7adc100a2d2429c5f455e70cda1
-
Bill Lorensen authored
As part of this topic, refactored TestDataObjectIO to remove dependencies outside of IO/Geometry. Change-Id: Icb94df4c3d4c330c36fcfb7c3f8cf6a479ec3a59
-
Marcus D. Hanwell authored
d9bb6024 Added back the named components test in FiltersCore
-
Sebastien Jourdain authored
This allow user to dump an Image dataset into a JSON format. Change-Id: I96d41f37c5bad8a8c3ff3f815ad6a39cb6c6490f
-
Sebastien Jourdain authored
That filter use the current vtkProbe filter to probe the input dataset by creating an image data that fulfill the sampling specification of the user. This simplify a common type of processing that would otherwise require a more complex workflow. Change-Id: I3b9c6557bbdfa9d6553ceebcc3a0741960fec72e
-
Bill Lorensen authored
2be768b2 Fix build issues with deprecated vtkOpenGLPolyDataMapper.
-
Utkarsh Ayachit authored
One TCL enabled systems, if the empty cxx file was added, the wrapped logic would end up generating code that fails to link when VTK_LEGACY_REMOVE was set. Fixed that by simply excluding vtkOpenGLPolyDataMapper if VTK_LEGACY_REMOVE is ON. Change-Id: I1571fd3f39606ecfcbd1daa65ddd549f59fe0500
-
- Jan 28, 2014
-
-
Marcus D. Hanwell authored
84892990 Added test to test vtkSynchronizedRenderers.
-
Marcus D. Hanwell authored
aeb96893 Tests: Re-activate the old TestResliceCursorWidget tests
-
Marcus D. Hanwell authored
f26450e5 Improved code coverage of vtkScalarsToColors by adding more tests
-
Utkarsh Ayachit authored
2bc3308b Deprecate vtkOpenGLPolyDataMapper.
-
Utkarsh Ayachit authored
TestSetGet was segfaulting since vtkWebGLExporter was not initializing a char*. Fixed that by using a std::string. Change-Id: Iacb6c5c6d2f9170145e400e271a2d92dcdb8e81f
-
Bill Lorensen authored
b0e64925 Added back various rendering tests
-
Utkarsh Ayachit authored
Deprecated vtkOpenGLPolyDataMapper. Added it to the coverage exclude list. Also removed a test TestOpenGLPolyDataMapper since vtkOpenGLPolyDataMapper is deprecated anyways. Change-Id: I087eaf21b8cff22d1184b5725b72158a54f6a65e
-
Marcus D. Hanwell authored
Change-Id: I93f0b3f42b1bb3a7482464242c99b70cc34cbea6
-
Marcus D. Hanwell authored
fe50cbce Added tests for a few uncovered vtkMatrix3x3 methods
-
Berk Geveci authored
2d6d6a69 Improved test to increase vtkDistributedDataFilter's coverage.
-
Berk Geveci authored
274c07be Add a test for the VPIC reader
-
Dave DeMarle authored
a797d0dc document arguments to test macros
-
Utkarsh Ayachit authored
Adding test to test use of vtkSynchronizedRenderers in client-server mode. Also fixed vtkTestDriver to respect exit code from processes so that it catches errors. Change-Id: I2cf888bbb3aadf5a534a7e683106bc86cfba984b
-