- 19 Oct, 2012 20 commits
-
-
Nikhil Shetty authored
Using add_test_python1() to fix this test. This test does image comparision by itself and so does not need the driver script. Change-Id: I119abd6d31f505da210be0add373ad80a6a197a3
-
Nikhil Shetty authored
Error while conversion form TCL to Python. the function was assigned before it was defined. Change-Id: Ia5c5253193ba814e72b51a86704445e028d5abba
-
Nikhil Shetty authored
This test added an observer which was not present in vtk and not required. Change-Id: I5803475ceccaba1c066c188f30b1650619170321
-
Nikhil Shetty authored
This test too added an observer which was not present in vtk anymore. This was not required as well. Change-Id: Ia710cf6eb50de6be1eefa5aac43cbefa79c81f4d
-
Nikhil Shetty authored
The observer was not present and not required. Change-Id: I286f75b30ba395dd2c901f88c8ef095e640d2617
-
Nikhil Shetty authored
This test was not properly autoconverted. Change-Id: I967d3cb70d69e60ae397a111f2a81b03c3370ab5
-
Nikhil Shetty authored
Althought the compilation issue is resolved, the test still fails due to the result image not matching the baseline image. Somebody needs to fix this. Change-Id: I1a3c9015b824911f0a7576cac0dad61a838d7b25
-
Nikhil Shetty authored
There was an error during translation. The inline xml document was not inside a string Change-Id: I56bc8dbd5d94abf6f878e2e2e5b86e2f9adcf74f
-
Nikhil Shetty authored
It seems like some tests intent to test against the baseline images themselves. This need not be the case if the baseline image is the same as filename. The driver script automatically handles this. Change-Id: I0cc4a9616d1d43e36223f3241ca6890ab0a6381b
-
Nikhil Shetty authored
It seems like some tests intent to test against the baseline images themselves. This need not be the case if the baseline image is the same as filename. The driver script automatically handles this. Change-Id: I06686bba9cb0a2e40d87862ca8414fc1cc44f7d7
-
Nikhil Shetty authored
Replacing puts with print Change-Id: I2466205f37c399262e486fa3dd81b065c4efd290
-
Nikhil Shetty authored
SetInput() API is not SetInputData() Change-Id: I1e5f13d4e867ebdfa1820e2976c39b97c651025c
-
Nikhil Shetty authored
This simply required the location of the baseline directory for the image file Change-Id: I1e5873e7d478815a5d2e5afafb40aba9367519f0
-
Nikhil Shetty authored
Change-Id: I683bdc6af62797873e5956e322f93ff492611871
-
Nikhil Shetty authored
Numeric module not found. The numeric modules is replaced by numpy.core.numeric Change-Id: If4ef19a67b2d58a11372b4a4cb491e9a4937756f
-
Nikhil Shetty authored
20947cd5 Python tests manually converted from Tcl
-
Andrew Maclean authored
These files were all manually converted from Tcl because the automatic conversion process failed on them. They have been tested in windows and there is only one known failure TestFreetypeTextMapperBigger.py. It seems there is a slight difference in text size. I don't think it is in the test itself. Two python tests have been replaced: financialField.py - to be consistnet with financialField?.py TestFixedPointRayCasterNearest.py - because it is used as an import in some tests. Minor mods were done to TestNamedColorsIntegration.py and testing enabled. Change-Id: I85b65d33a5d3db8a9d166158e89cb52f21dba60a Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
Marcus D. Hanwell authored
d28792a2 COMP: Fix the way that vtkQuaternion is listed in CMakeLists.
-
Philippe Pébay authored
4f2b1085 Fixed some labels; also better chosen seed cells in 2D case 56ff92e3 A functional non-regression test for 2D cell distance selection 32429085 Make sure 3D extractions are named as such e186f1fa A placeholder that compiles for the actual 2D test 4b944453 Renaming test to make clear it is 3D, before creation of a 2D one
-
David Gobbi authored
The python wrappers were not generating _Init() methods for the vtkQuaternion class because it was listed as abstract in CMakeLists.txt. Also, the vtkQuaternion.h header was listed in HDRS which is redundant because it is already listed as a source file. Change-Id: I2620844d6b92f5977b65dc92c416a13f4e197432
-
- 18 Oct, 2012 18 commits
-
-
Andrew Bauer authored
e1e3f375 Allowing the option to reverse which cells get blanked from the array.
-
Philippe Pébay authored
Change-Id: Ib37f0a9b629de67020d0f31f706010ea90357822
-
Marcus D. Hanwell authored
53e22801 Removing random in regression tests.
-
Marcus D. Hanwell authored
9d4281e0 REFACTOR: Change vtkQuaternionInterpolator to use vtkQuaternion 6dd3a1a7 ENH: Add a quaternion class to vtk, vtkQuaternion 9d3012d2 REFACTOR: Move vtkTuple to Common/Math
-
Marcus D. Hanwell authored
f592cec4 Fix a compilation issue when crosscompiling.
-
Marcus D. Hanwell authored
2047e084 Fix indentation. 1feb6281 Rename MarkerCacheSize to MaximumMarkerCacheSize, fix warning. 18fde7ec Add vtkRenderingCoreEnums.h for marker type enum. e9af937a Draw ellipses as paths in vtkGL2PSContextDevice2D. 8bec87a3 Add opacity and stroke/fill options to GL2PS DrawPath. 94f5564b Add DrawMarkers to Context2D.
-
Andrew Bauer authored
Change-Id: If96a7b0fb02cb2a6b0cf22f8379ab10ca9d1ab6b
-
Philippe Pébay authored
Change-Id: If203c21cc8fb20a127363c193f205a3be4773aa2
-
Philippe Pébay authored
Change-Id: I0dea6b197de31078b7db5fa99655980f14d8f681
-
Philippe Pébay authored
Change-Id: I38227b30cf273ed512bb31e80d550bd8f9ae84e1
-
Philippe Pébay authored
Change-Id: I26ca2f20bd5cd7c6d15d1cb7ae58f4b810c34152
-
Philippe Pébay authored
cabe038d Removed code that was used to hunt down a memory stomping issue. 2dd658e0 Fixed bug that was causing circular references across pointers 674d9b77 Checkpoint in clean-up to eliminate a subtle runtime failure f44fb47f Fixed initialization of label and axis title text properties da4afdd6 Test different fonts and shapes on axis and plot titles adf798f1 Restore default y axis title to middle position (horizontal layout)
-
Philippe Pébay authored
Change-Id: I9d6873dae483e52231d02da6ddf62cd08970b103
-
Philippe Pébay authored
NB: This caused the code to fail under specific conditions, because a text property was directly handed out as opposed to shallow copied. Change-Id: Ia8ef7ad08121b478ebfebcab0f8f49cde7e7eb2a
-
Philippe Pébay authored
Change-Id: If2e4625b365e2a63d2a40ecd284e41007b807aee
-
Philippe Pébay authored
Change-Id: I7b6f854e68b46d22b3a04dff37668cb6e0e098ab
-
Philippe Pébay authored
Change-Id: Id75c708e99f16636e1b74a685b8db54d53ee36c3
-
Philippe Pébay authored
Change-Id: Ide8d2e6e3e4044f7dcd5b307e548d63a02cd69a5
-
- 17 Oct, 2012 2 commits
-
-
Philippe Pébay authored
70685964 Keep idiotic Windows compiler from complaining 7b3f44eb Minor formatting issue 7baca07d Implemented non-regression testing for XY plot actors e75efb35 Correct settings for test to generate baseline image a007991b Fixed memory leak in destructor c61a802f Fixed Y title orientation problem 065f2754 Fixed conflict between Box and Background 344f8d9d Testing almost all plot features cbf336a0 Fixed indentation that was completely messed up c4143bf6 Multiple fixes (modified time in particular) 7144d35d A full-featured test harness for the XY plot actor 8e5e0f6f Testing with synthetic data, with no recourse to IO 90b8ca59 Fixed formatting issues 07d93e58 Testing more XY plot features 7f324a9a Fixed convenience methods 318ed3c1 Updated credits for XY plot actor ce45ff3b Fixed XY plot viewport b5920a1d A test for the XY plot actor f1263fcc Fixed snprintf compilation problem on Windows 8ad9092a Improvements and clean up of the XY plot representation 67d089a4 Whitespace cleanup 4b5868b8 Implemented and added to build a representation for XY plots 59b391b4 Completed implementation of ancillary methods 6cac9da8 Implemented PlaceAxes() f524d5d5 Implemented RelaseGraphicsResources() 1304965a Implemented RenderOverlay() f3664f4e Implemented new RenderOpaqueGeometry() method 5992560d Added freetype utilities dc20bea2 A new version of the plot actor, implementing numerous new methods 832ddc35 Compilation: not all compilers support implicit enum conversion 6be366a5 Implemented all Set/Get methods for new iVars d4176b3e A correct header file for the enriched XY plot actor 3af90e10 Merge branch 'master' into UpdateXYPlotCapabilities 679acf97 Header fix a345e274 Added all CEA prototypes and ivars
-
Philippe Pébay authored
Change-Id: I0dd6a00cfeb2ff50f2ece5027830b4d7387cbcc9
-