This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 28 Dec, 2012 1 commit
-
-
Philippe Pébay authored
Change-Id: I9d5862ec487c23ab31cb9c807ea90413f2da682f
-
- 27 Dec, 2012 5 commits
-
-
Philippe Pébay authored
Change-Id: I927085db464523a94e94578af8a80215f5008a54
-
Philippe Pébay authored
Change-Id: I096acec0cce988e7f8dc81f67513ce507920648c
-
Philippe Pébay authored
Change-Id: I514041aceeae98a3cea1064512097167f4acd0bc
-
Philippe Pébay authored
Change-Id: I1524102a7c1c8fb41f2ca45692ae1f54969a9ac3
-
Philippe Pébay authored
Change-Id: I2b07533ea9d26adefe926213c951609994b4ae30
-
- 20 Dec, 2012 1 commit
-
-
Philippe Pébay authored
3a5adaad A regression test with apt colors, scalar bar, and other things f9bb3619 Implemented a cleaner division scheme eliminating truncation errs
-
- 19 Dec, 2012 15 commits
-
-
Philippe Pébay authored
Change-Id: I9d609177175a6d4dfec22997d042990b508cf1cb
-
Philippe Pébay authored
Change-Id: I6b7af313c2f41c0b5d0d2cb60e80f9e58e97fa1a
-
David C. Lonie authored
Matplotlib seems to need \left{ to be \left\{ in some cases? Otherwise: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/matplotlib/textpath.py", line 137, in get_text_path glyph_info, glyph_map, rects = self.get_glyphs_mathtext(prop, s) File "/usr/lib/python2.7/site-packages/matplotlib/textpath.py", line 228, in get_glyphs_mathtext s, self.DPI, prop) File "/usr/lib/python2.7/site-packages/matplotlib/mathtext.py", line 3010, in parse box = self._parser.parse(s, font_output, fontsize, dpi) File "/usr/lib/python2.7/site-packages/matplotlib/mathtext.py", line 2344, in parse str(err)])) ValueError: \left{\frac{-b\pm\sqrt{b^2-4ac}}{2a}\right} ^ Expected a delimiter (at char 5), (line:1, col:6) ERROR: In ../Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx, line 235 vtkMatplotlibMathTextUtilities (0x1cb8f70): Object is NULL! Change-Id: I30d2e5eea46dafe670f1465c0b9afabea6b6c764
-
David C. Lonie authored
Fixes tests like this: http://open.cdash.org/testDetails.php?test=170733152&build=2721044 Change-Id: I57d4c1cad88e2636941293c39a3852b7acddbf25
-
David C. Lonie authored
Don't scale the image to a power of two for this test, since we're using vtkImageViewer2 instead of directly rendering a texture. Change-Id: Ic72b68968f88b1694eee837850b9db551f9d39b2
-
David C. Lonie authored
Change-Id: I5a73762fedc450f683cd2f4426a26d4545abac2a
-
David C. Lonie authored
Like other wrapped singleton classes, this class doesn't seem to clean up properly from tcl, and DebugLeaks causes the test to fail. Change-Id: Iee4c82ccee953bfb26d2f4ec261e9d60b0934e63
-
Philippe Pébay authored
c9242cc3 Whitespace cleanup c516ed78 A complete test for material+ternary+quadric 282b1992 Removed unnecessary test variables bad79e6f This sphere has a Material in it -- say it! d21e0c1e Renamed Material test files for better understanding 813fb53a A new test that is binary+quadric+material+2D d918e3c0 Added a new test, ternary+quadric+2D+material fd021a8c Build 0-isocontour of quadric field. Also fixed formatting issues. d5668777 Renamed test for consistency 12454553 Fixed license headers c6553d3f Whitespace clean up 14b16b8b Squeeze() data arrays associated with the HTG generated by source e822f5b2 Added color transfer function, scalar bar, fixed module.cmake fc913f82 whitespace cleanup f062a8aa Implemente correct 0-set computation up to max depth. Also a test. d468b828 Implemented new array of quadric values when quadric mode used ...
-
Philippe Pébay authored
Change-Id: I194cdca9e725421c8ef340d6e8cd9bfec0df00c5
-
Philippe Pébay authored
Change-Id: Id0a5693cd9069d665b1719fca659bbe5ad22e10d
-
Philippe Pébay authored
Change-Id: I6c333262ea67bf269500a3924bba7319c06f6168
-
Philippe Pébay authored
Change-Id: I87af96e1e6fac3021e76fb3cec33652533a7068a
-
Philippe Pébay authored
Change-Id: I4a3e5d583868ad6a2f26883fe7f3480ccc087969
-
Philippe Pébay authored
Change-Id: I29a89f3e1eea519e26365758e94c951c43a5ff4b
- 18 Dec, 2012 13 commits
-
-
Philippe Pébay authored
Change-Id: Ib9cb15953a22519277e7af790f313226d7d96be7
-
Philippe Pébay authored
Change-Id: I7aff2fa906aa6792453093bfb7148161535eb7c6
-
Marcus D. Hanwell authored
445d87f0 Fix compiler warning on vtkFreeTypeTools.cxx.
-
David C. Lonie authored
http://open.cdash.org/viewBuildError.php?type=1&buildid=2720671 Change-Id: I53208b87a10e96a167885a944f00516d8a9da444
-
David C. Lonie authored
75e3726f Cleanup vtkTextRenderer documentation and overloads. ef48d154 Fix failing TestCaptionActor. c3f33573 Add simple benchmark to test new text rendering classes. d17c39aa Port vtkTextActor to use vtkTextRenderer. f393fa8b Add a TextRenderer interface and implementation. e5e484be Clean up comments, style in FreeTypeTools. 6dd7b574 Add multiline, justification, and shadows to vtkFreeTypeTools. 5c14d896 Add GetConstrainedFontSize to FTTools and MTUtilities.
-
David Gobbi authored
7b53f28e Change python arg float-to-int conversion to python 2.7 style.
-
Philippe Pébay authored
Change-Id: I7482870cc97d70a15ee7e158b678bd56c5bad2be
-
Philippe Pébay authored
Change-Id: Ia6a2ab819509629901f31e37d17be0cccb742ba0
-
David C. Lonie authored
5f2e0863 Sync modified gl2ps version with upstream 1.3.8.
-
David C. Lonie authored
Change-Id: I97463a1271e84d86cb8c5a64ca8d74ff20a971bb
-
Philippe Pébay authored
Change-Id: I61aefcabe52b1860cda79b82285deff6b25ee03f
-
Philippe Pébay authored
Change-Id: I4b85ab7e8716347ae17474c3a3c255385bebfde4
-
Philippe Pébay authored
Change-Id: I791f67fdbf6a4029f31a095abdbc11f1b197b05a
-
- 17 Dec, 2012 4 commits
-
-
Philippe Pébay authored
Change-Id: Ide4f55bc5751db210ab1dbc9f59d3df56c698a55
-
Philippe Pébay authored
Change-Id: I3d79d02f08208cf059c10d2d3c6d8e80fdc3ab26
-
Philippe Pébay authored
Change-Id: I90ced1ef6609f6856f91f8aba6c3bcfb7d72f9db
-
Philippe Pébay authored
Change-Id: Ica9813468ab78f56f8d2821445f70d9147913062
-
- 14 Dec, 2012 1 commit
-
-
Sebastien Jourdain authored
Change-Id: If5b7d278d04f35371abc279991761389e7635b88
-