- Feb 03, 2014
-
-
Zack Galbreath authored
This new class allows us to output vtkTrees in the PhyloXML format. Change-Id: I9d4f0baaea6c0eba4ebb92730777473cf7b67ecf
-
- Jan 29, 2014
-
-
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.
-
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
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
-
Sean McBride authored
Change-Id: I4ba1f648c623e6d4a69f886dcab444848adcc166
-
Sean McBride authored
Also made some const correctness improvements, which cascaded to clients of this class. Other misc cleanup too. Change-Id: Ic7688a12949a9b8cc752afb957e13317e50ba085
-
Marcus D. Hanwell authored
Including the legendary Mace test, apologies for its absence. Change-Id: Ibbaee331d458f0f4380c23870008cc88fce372e6
-
Utkarsh Ayachit authored
3e5e0e1a Adding a new test for TestSocketCommunicator.
-
Dave DeMarle authored
Change-Id: I1a57355fe31361b3ce0fe64fac2bd00798a30ef0
-
Dave DeMarle authored
Thanks Vadim Roytershtey and Homa Karimabadi for the test data set. Test only enabled with VTK_USE_LARGE_DATA = ON Change-Id: Ic04681dbffcc57ed27377ca5f3cae015249a7308
-
Utkarsh Ayachit authored
Add a tests for vtkSocketCommunicator. Also added a driver (vtkTestDriver) that can be used when adding tests that need to run multiple executables. Currently vtkTestDriver is simple: it simply spawn executables with commandlines specified. Change-Id: I03a53c827a99ba02519442f3059f86cd3d9484e5
-
Berk Geveci authored
cb8e7d1d Added back the QtSQL test for the database class
-
Berk Geveci authored
6698c969 Removed misleading comment - test is built
-
Berk Geveci authored
Change-Id: I10635dc1280452f2b6cd6afae3f9f20823146f22
-
David Cole authored
Change-Id: Ic7bbbb0d2dbe5fe9d8fdd2673f650a3a2bec5ef0
-
Marcus D. Hanwell authored
This was just a leftover comment, the test is build and run. Change-Id: Ifd77a864f252b947a1fac38b2b2068271649089b
-
Bill Lorensen authored
ee55278c COMP: Fixed compiler error - needed to remove functions from .h. 790115cf Removed unused code from vtkModelMetaData and vtkExodusModel
-
Marcus D. Hanwell authored
Change-Id: Id76d073ce0ddf234a00906b9b37cfe1485bdce9a
-
Berk Geveci authored
Change-Id: Ia8fb1aeddb10ddf4106549d5f01fbdd79eecf764
-
Bill Lorensen authored
4afabe19 COMP: Restore TestTessellator test
-
Berk Geveci authored
Exodus readers and writers no longer support packing and unpacking of model meta data so I removed all of the unnecessary code. Change-Id: Iae190a9d5ca7b10ab128728a60918602bf809ed1
-
Bill Lorensen authored
8b534689 Exclude the vtkgl.* files (generated code) from coverage
-
Marcus D. Hanwell authored
These files are generated, and pretty difficult to entirely cover due to generating code for any and all OpenGL functions/extensions that are possible after parsing the OpenGL headers. Change-Id: I858056d3c6f3218edcb68f4ac93b7c41fa9d9385
-
- Jan 27, 2014
-
-
Bill Lorensen authored
Change-Id: Id01c03a0fb370d8d817f6a96c8bb71c74f4a143e
-
Sean McBride authored
9fd96021 bug #14418: Remove addition of "-Wno-deprecated" compiler flag
-
- Jan 24, 2014
-
-
Sebastien Jourdain authored
119cc10d Fixed a null reference by surrounding the call with a check.
-
Scott Wittenburg authored
Change-Id: Ib9f0e85c1fe26e7a1a1efd02000be4a9240e6ff5
-
Cory Quammen authored
5040362b Added "sticky" axes mode to vtkCubeAxesActor
-
Sebastien Jourdain authored
ab674b27 Added canvas based image zooming and panning capabilities.
-
Scott Wittenburg authored
Change-Id: I374931fd5f448da694d36edb2ee3e6aa4c6e2731
-