- Apr 07, 2014
- Apr 04, 2014
-
-
Dave DeMarle authored
0adb5f1a fix variety of dashboard problems
-
- Apr 03, 2014
-
-
Dave DeMarle authored
Try to silence what looks like a spurious warning. "nonstandard extension used : 'm' : loop control variable declared in the for-loop is used outside the for-loop scope;" increase tolerance on crossproduct test for AIX machine where: " Cross expected -1.47137 but got -1.47137eps ratio is: -1 Cross expected -1.17442 but got -1.17442eps ratio is: 1 ... " which looks like numeric_limits<double> is funky Fix more cases where int and long appear to be the same thing and we get: " Bad fitting range for VTK_LONG Expected 8 but got 6 Bad fitting range for VTK_UNSIGNED_LONG Expected 9 but got 7..FAILED " Change-Id: I735a760941ccb4db3d647462104d086dee8a5a3d
-
Sean McBride authored
ad14e44c Remove unnessary 'if' before 'delete[]'
-
Sean McBride authored
This fixes, in a roundabout way, a -Windent warning about the next line being indented too much. It's still indented too much but without the 'if' on the previous line, -Windent won't care. Change-Id: I2ae9bbe230f314bdbd0a57285215ff40c15f45e8
-
Sean McBride authored
5a568d2c Assume UTF8 for vtkCarbonRenderWindow::SetWindowName
-
Sean McBride authored
Since VTK now uses UTF8 in other places, use it here too instead of ASCII. This is backwards compatible. Change-Id: I32dc7174e1460f27c8e73e6fb6b8982f2d35d0b7
-
Zack Galbreath authored
bba6de82 fix failing SetGet test forvtkHeatmapItem
-
Zack Galbreath authored
Change-Id: Ibd1956b5e76f47e39f08fd787f57e0688312f6fd
-
- Apr 02, 2014
-
-
Sebastien Jourdain authored
cfcebd10 Add image width column
-
Sebastien Jourdain authored
Change-Id: If6296d6b05dd3773f93a18a62db8f7a3e32b247c
-
Zack Galbreath authored
729fe63f do not assume 1st column holds row names
-
Zack Galbreath authored
As of this commit, we no longer assume that the 1st column of the input table specifies the names of the table's rows. Instead, we search by default for a column named "name". The user can change the name of this array by calling vtkHeatmapItem:: SetNameColumn(vtkStdString). We fallback to using the 1st column only if no such array can be found by name. Change-Id: I2494ff21f3efa4a379dce82e159715dc023d8995
-
Sebastien Jourdain authored
b19eaa4f Catalyst-web: Improve composite search experience
-
Sebastien Jourdain authored
Change-Id: I49e266fbf1f7e26d28f8a9e1bb1e3bc6a1446621
-
Robert Maynard authored
278b3c66 EnSight Binary uses 64bit longs so explicitly use those instead of long.
-
- Apr 01, 2014
-
-
Sebastien Jourdain authored
c9161c1a Catalyst web: Minor Web UI change
-
Sebastien Jourdain authored
Change-Id: Iaa33db0c33aa874cd3ef8d1f242bec49756d23c4
-
Sebastien Jourdain authored
8ef209ed Improve catalyst web UI
-
Sebastien Jourdain authored
Change-Id: Ibcb0fbb3e84e913746894d3659cc53c8e89ea296
-
Sebastien Jourdain authored
dfcf9c7a Fix catalyst web - cost time computation
-
Sebastien Jourdain authored
Change-Id: I9ac396e1b310a5c78fee8af758001f5de69445db
-
- Mar 31, 2014
-
-
Brad King authored
This will allow std::string to be used with vtkSet/Get macros. See discussion thread VTK coding conventions clarification http://www.vtk.org/pipermail/vtk-developers/2014-March/014867.html It is not possible to portably forward-declare std::string or the std::basic_string<> template, but we do not want to include <string>. Instead, use a template that happens to match std::basic_string<> and forwards to a private implementation (where <string> and <iostream> are available) by casting through an internal concrete type. Use std::char_traits<> and std::allocator<> declarations that we know vtkSystemIncludes.h brought in before including the vtkOStreamWrapper.h header. Add a new "TestOStreamWrapper" test case to cover use of the vtkOStreamWrapper with std::string in a translation unit that acts like wrapper-generated sources (define VTK_STREAMS_FWD_ONLY) where no <iostream> is included. Suggested-by:
David C. Lonie <david.lonie@kitware.com> Change-Id: I5bf4803b0e4b1e7c899b061fdbd6f66f08cbc7d6
-
Sankhesh Jhaveri authored
20d5df76 BUG: Border visibility from underlying vtkScalarBar actor
- Mar 30, 2014
-
-
David Gobbi authored
d80ccfb6 Fix unreachable code warning in otherCellTypes.cxx.
-
- Mar 29, 2014
-
-
David Gobbi authored
Change-Id: I581b7ccf4750e8db0bee9c6901c98ae24dbf46d3
-
- Mar 28, 2014
-
-
Sebastien Jourdain authored
6d42e913 Improve basic search in web-catalyst
-
Sebastien Jourdain authored
Change-Id: Ie865bdb8924223aca06e2f5a1125d0b28443afd7
-
Zack Galbreath authored
48341cd5 copy row names from R to vtkTable
-
Sankhesh Jhaveri authored
Get the correct border visibility for the scalar bar representation from the underlying scalar bar actor instead of setting a default property. This change fixes issue 14646. Change-Id: I7c11033475ebe8e3009bb9c3a0ebc745dbc63c23
-
Zack Galbreath authored
Since vtkTable does not have a concept of row names, we add a vtkStringArray containing the names as the first column of the vtkTable. Change-Id: I2c9e20ed2c1d9cc21205e137ce9b9cfedd02a816
-
Sebastien Jourdain authored
3ce7a4f1 Improve ParaView cinema UI
-
Sebastien Jourdain authored
Change-Id: I992f94cf7e71dff2f3cd1ef925121b3a4238a0cc
-
Sean McBride authored
468f25df Removed all uses of deprecated NSOpenGLPFACompliant
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I44f1af25e857cd8a71b598c47cdc3974f7909aea
-
0ce07051 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 8337b1c7 Merge topic 'std_string_ostream_passthrough' into master 770299b1 Merge topic 'catalyst-web-composite' into master 1228f920 Fix composite rendering widget for search 2e0513d9 Merge topic 'std_string_ostream_passthrough' into master 7e515755 Merge topic 'FixAndEnhanceBoxPlots' into master bfb34ce6 Merge topic 'treeheatmapitem_wrapping' into master 6d501034 change signatures for wrapping 699b3df3 Merge topic 'enable_subclassing' into master d9f74d42 Merge topic 'dax-factories' into master 6803ffd2 Properly implement the factory for the dax filters. d0836f22 Merge topic 'Precision_UnitTestMath' into master 210e75f4 Merge topic '0014323-sphere-widget-scale' into master 77483595 COMP: Adjust tolerances 697e4c9d Merge topic 'ensemble-reader' into master 7e09ea95 Sphere widget behaves better when scaled down to zero ...
-
e52eff07 Return early in TransformPoints if input is NULL.
-