- Apr 17, 2014
-
-
Marcus D. Hanwell authored
If we have simple, single component, tightly-packed images then copy them directly into the allocated buffer. If we are clipping, use memcpy to just copy the subset requested. This is primarily aimed at accelerating the load times for TIFF volumes. Thanks to Robert Maynard for the suggested simplications in the templated image function. Change-Id: I6c3b10a019fc892b1e1bbbce32841e7f946eb995
-
- Apr 11, 2014
-
-
Marcus D. Hanwell authored
As Robert Maynard pointed out we already control for this in the CanRead function, and so there is no need to repeatedly verify this on every volume or tile read. Change-Id: I47247928503c3e070a3905950fd726a2392c281a
-
Marcus D. Hanwell authored
Updating progress per page seems to give reasonable updates. Change-Id: I142f5e18fad8294df2367d82bea171567c005fa5
-
Marcus D. Hanwell authored
Fairly big refactoring of the TIFF reader, use templated methods in many more places, avoid loss of type after it is determined, added support for reading in 32 bit float TIFFs. Change-Id: I4abf61179461acfa04c2c17c4e6d20467587c984
-
- Apr 10, 2014
-
-
Sebastien Jourdain authored
0607cc53 Catalyst-Web estimate UI fix
-
Sebastien Jourdain authored
Change-Id: Ic58744ab805433fd58aa086d675b5fc1aad21d1b
-
Sebastien Jourdain authored
794807f6 Add cost estimate for Catalyst Web
-
Sebastien Jourdain authored
Change-Id: I3101ca92d225baccf37e61b6039f38fa48ec1318
-
- Apr 09, 2014
-
-
Sean McBride authored
bcb33444 Add #error when trying to build as Cocoa ARC
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I36e7d9033c7ec65a4cbafc43f547eebf5219c237
-
1aa0a945 Merge topic '14646-scalar-bar-borders' into master 02666b57 Merge topic 'unreachable-return' into master d80ccfb6 Fix unreachable code warning in otherCellTypes.cxx. 2e262725 Merge topic 'catalyst-web-composite' into master 6d42e913 Improve basic search in web-catalyst f43db5e0 Merge topic 'R_row_names' into master 20d5df76 BUG: Border visibility from underlying vtkScalarBar actor 48341cd5 copy row names from R to vtkTable 0b03bebf Merge topic 'catalyst-web-composite' into master 3ce7a4f1 Improve ParaView cinema UI 01a29205 Merge topic 'NSOpenGLPFACompliant' into master dfaddbaa Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 621c98ad Merge topic 'view-settings' into master 468f25df Removed all uses of deprecated NSOpenGLPFACompliant 410e53cd Name enum LEFT, BOTTOM, ... Location. 90ef4451 Merge topic 'vtkOStreamWrapper-std-string' into master ...
-
- Apr 07, 2014
-
-
Brad King authored
Generalize the timeout increase in commit 15605b33 (Increased the timeout slightly to allow passing on slow machines, 2013-03-03) to allow configuration of the timeout in the local cache. This will allow it to be increased on the few machines where we need to do so (typically for software-only GL) without increasing it everywhere. Change-Id: I37be08ab9fd6e2b2cab1239b55d0874aed577bf3
-
Dan Lipsa authored
Change-Id: I6c184424cc94e0c08df3af156a387a240988626c
-
Dan Lipsa authored
Change-Id: Ie8d28892ba4167136a066fc2723f1b549f8145fe
- Apr 04, 2014
-
-
Dave DeMarle authored
0adb5f1a fix variety of dashboard problems
-
- Apr 03, 2014
-
-
Sean McBride authored
Proper ARC support is forthcoming, but this is useful for now. Change-Id: Ie487b2d589511748dfb43841a2cdd1df3beb4101
-
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
-