- Mar 10, 2014
-
-
Dave DeMarle authored
londinium's compiler doesn't realize that the first pass doesn't use xm1, so it complains that it might use it uninitialized. Change-Id: If1263f4075b02aa6d3fcfda8b42b55d7cae72a7e
-
Dave DeMarle authored
0f6d7456 Fix pipeline update issues in vtkImageExport 070b804c Add a test for vtkImageImport / vtkImageExport
-
Sean McBride authored
f062ed5a Fixed a bunch of clang -Wabsolute-value warnings
-
Sean McBride authored
74f4888a Removed -fobjc-gc from VTK_REQUIRED_OBJCXX_FLAGS
-
Brad King authored
CMake 3.0 introduces policy CMP0046 to diagnose missing dependencies named by the add_dependencies command. Drop such unused dependencies from Wrapping/Python. Change-Id: I60a976f92b51c10313910c12fbede46e90be9a96
-
Brad King authored
CMake 3.0 introduces policy CMP0040 to diagnose add_custom_command calls whose TARGET option names a target that does not exist. Drop such unused custom commands from HDF5. Change-Id: Ic1fc58a3e2f171c35a9c055cdeca7bcc484ff837
-
David C. Lonie authored
f61c11bc Add new baseline for rendering without floating point buffers. f521f415 Return early if ProjectedTetrahedra volume rendering is unsupported. 16368b4d Disable FP frame buffer when GL_ARG_texture_float is not present.
-
- Mar 09, 2014
-
-
Utkarsh Ayachit authored
5a8a0927 Added ability to probe filter to allow disabling of passing field data.
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Id9b23f75e4a34a665bcbb73010bb447f749d84b9
-
7debeb05 Merge topic 'exodus-title' into master d7a22a58 Merge topic 'ply-reader-error' into master b5d3024d Merge topic 'fix-dataset-surface-filter-for-polyhedron-cells2' into master 486b71ee STLReader: Fix error signaling when reading files a1f1505c ExodusIIReader: Add the title to the field data 37d058e5 STLReader: Close the file when an error occurs 00c09514 Merge topic 'dax-api-changes' into master db0712bb Merge topic 'select-translucent-geometry' into master 3a2a3ce5 Merge topic 'python-command-support-additional-call-data-types' into master 146df042 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 9480aebf Merge topic 'fix_TestSeedWidget_failure' into master c458abe7 BUG: Duplicate class definition of vtkSeedCallback2 cc48ce10 Merge topic 'fix_TestSeedWidget_failure' into master 0b5f32e3 Merge topic 'fix_java_warnings' into master 7d5b2480 BUG: Duplicate class definition in TestSeedWidget2 f128c29d Merge topic 'stl-writer-errors' into master ...
-
- Mar 07, 2014
-
-
Sean McBride authored
Various places used abs(), which takes int, when dealing with floating point numbers. Use fabs instead. Change-Id: If6f2f3784f199a3a60dcf0d1e8e96bf5ee4deb92
-
Chris Harris authored
584838ad vtkWeb: Add newline to end of each proxy map entry
-
David C. Lonie authored
Change-Id: I7b7f04b8503ea9cec42c8d4264f6550f34c2f8ff
-
David C. Lonie authored
Change-Id: Ib08bed8cc680a5f5ef50aafb44f1b84c079bb5e4
-
- Mar 06, 2014
-
-
David C. Lonie authored
Change-Id: I975243b3238ded1d21656646788eb7117e5348b8
-
Berk Geveci authored
8beb89a2 Disable I/O in TestStructuredAMRGridConnectivity
-
Zack Galbreath authored
Change-Id: I16387bcb7a1f5198f5394a203a0345332740a147
-
Zack Galbreath authored
Combine PhyloXML reader & writer tests into a single test, and make it more thorough. Change-Id: Ibb32ece7de203269a8508cb06eee91d94706f197
-
Zack Galbreath authored
This class allows us to read a PhyloXML file to generate a vtkTree. This commit also contains corresponding change to vtkPhyloXMLTreeWriter. Change-Id: Idd7a7a997e24f0c751ee51ee8e2e9eb4c9c05c7a
-
Zack Galbreath authored
Extend this class so that it can read from either a file or a string. Change-Id: Ida093f0c4c44896ed59da96b8950e7ffa2b6351b
-
George Zagaris authored
This commit disables the I/O in the TestStructuredAMRGridConnectivity. These files are useful for debugging purposes and are not part of the test. Change-Id: Ib845f3a0d96176c78e528a029e7fd0d505cfa542
-
- Mar 05, 2014
-
-
David Gobbi authored
1c05c1f6 BUG: The method vtkClipPlanesPainter::UpdateBounds must not be implemented.
-
- Mar 04, 2014
-
-
Xabi authored
The clipping planes are in world coordinates and here we are in data coordinates. Change-Id: Ibb693ab26ab4213dd0c699754adde3758bbb2185
-
- Mar 03, 2014
-
-
Chris Harris authored
The proxy mapping file should have newlines at the end of each entry Change-Id: Ia8185e32dbc26c60132239aee717f55888a67cba
-
Ben Boeckel authored
a1f1505c ExodusIIReader: Add the title to the field data
-
Ben Boeckel authored
486b71ee STLReader: Fix error signaling when reading files 37d058e5 STLReader: Close the file when an error occurs
-
Utkarsh Ayachit authored
There were use-cases when passing the input field data can cause problems. Adding API to disable the default behavior as needed. Also fix vtkCompositeDataProbeFilter to respect PassCellArrays and PassPointArrays flags (BUG #0014613). Change-Id: I9d3acc34dc945858198c9abd244d8a7a4cb018ef
-
Will Schroeder authored
4af6a724 Bug fix for dataset surface filter.
-
- Feb 28, 2014
-
-
Ben Boeckel authored
The RequestData return value of 0 means an error and make the actual reader implementations return a boolean. Change-Id: I3caf27782fb34e5e5474f40ef8d466bda61cd12c
-
Ben Boeckel authored
Change-Id: I30268a666f3b3dd65ff8085524007d2ab57d357f
-
Ben Boeckel authored
Change-Id: I38a189e6af609836a846d892050440e69473a9b7
-
Robert Maynard authored
e4aac221 Update the Dax Accelerator to use the new dispatcher classes. 90308be4 Update Dax Accelerator to use the new tll signature.
-
- Feb 27, 2014
-
-
Sankhesh Jhaveri authored
4724a470 ENH: Enable selection of translucent geometry
-
Zack Galbreath authored
While working with vtkPhyloXMLTreeWriter, I noticed that it would occasionally output blank lines. This commit fixes this behavior, resulting in a more concise output file. Change-Id: I3bd848198ea299246c1ef4d1f4a6ccea515729bf
-
Jean-Christophe Fillion-Robin authored
176861d8 vtkPythonCommand - Fix indent and variable names 50d601bd vtkPythonCommand - Add support for additional call data types
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I1a00dc35822f8a50be7081040b985609f8120ac0
-
a43fb6ae Don't reset traversal location in each iteration of box clip filter.
-
- Feb 26, 2014
-
-
Sankhesh Jhaveri authored
c458abe7 BUG: Duplicate class definition of vtkSeedCallback2
-