- 11 Jun, 2010 5 commits
-
-
François Bertel authored
-
Brad King authored
Do not try to execute a child with no command line. Previously this led to a silent hang.
-
Brad King authored
-
Dave DeMarle authored
-
Kitware Robot authored
-
- 10 Jun, 2010 13 commits
-
-
Philippe Pébay authored
-
Marcus D. Hanwell authored
Resurrecting something I wrote way back in November as an exmaple - shows a QVTKWidget with a scene, and then a chart in it. The same data shown in the chart is also shown in the table view.
-
Philippe Pébay authored
-
François Bertel authored
-
François Bertel authored
-
Julien Finet authored
BUG: When the truncated volume centroid is on a face, we give a precision error to orient the face in vtkGPUOpenGLRayCastMapper Use a more standard way of computing face normal: vtkTriangle::ComputeNormal
-
François Bertel authored
-
Julien Finet authored
Normals can't be transformed the same way than points/vectors can. They need to be transformed using the transpose of the inverse of the transform. Use a small offset in front of the nearplane to make sure the planed is not clipped for no reason
-
Bill Lorensen authored
-
Dave DeMarle authored
-
Dave DeMarle authored
This fixes a paraview bug that happens when viewing image slices on the client when the data is processed on a parallel server.
-
Brad King authored
The DynamicLoader::LibPrefix and DynamicLoader::LibExtension methods previously hard-coded the module name components for each platform. Set them from the CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX CMake variables instead. This ensures consistency in a program that uses these methods to construct the file names for its own modules.
-
Kitware Robot authored
-
- 09 Jun, 2010 5 commits
-
-
Bill Lorensen authored
-
François Bertel authored
Modification time of vtkShader2Collection now depends of modification time of the shaders. Without it, the shader program was not rebuilt when the code of a shader was changed in the vtkGPUVolumeRayCastMapper like a switch from perspective to parallel projection shader. Added a regression test for this switch TestGPURayCastPerspectiveParallel.
-
Philippe Pébay authored
-
Philippe Pébay authored
Clarify doc on verbosity flags
-
Kitware Robot authored
-
- 08 Jun, 2010 2 commits
-
-
Marcus D. Hanwell authored
-
Kitware Robot authored
-
- 07 Jun, 2010 5 commits
-
-
Patricia Crossno authored
Fixes text hover bug for graphs with only nodes.
-
Kenneth Moreland authored
Quadratic elements are now rendered correctly in ParaView.
-
-
Kenneth Moreland authored
If no threading library is available, vtkConditionVariable defines some fake typedefs and functions that look like they belong to the pthread library but really do nothing. I ran into a case while compiling for compute node linux (kind of like cross compiling except that the target platform supports a subset of functionality as the compiling node rather than being a totally different architecture) where some include of an include was including the pthreads header even though the build does not support pthreads. When vtkConditionVariable tried to make its own pthread-like declarations, the compiler barfed because there were multiple definitions. This fix simply places all these local definitions in a namespace. This makes the multiple definitions distinguishable by the compiler and at worst you should get a warning about shadowed symbols.
-
Kitware Robot authored
-
- 06 Jun, 2010 1 commit
-
-
Kitware Robot authored
-
- 05 Jun, 2010 1 commit
-
-
Kitware Robot authored
-
- 04 Jun, 2010 8 commits
-
-
Brad King authored
The CopyFileIfDifferent, CopyFileAlways, CopyAFile and CopyADirectory methods should always copy permissions. The special cases in which a caller would pass copyPermissions=false should be handled at the call site. The parameter needlessly complicates the interface and semantics of these methods.
-
François Bertel authored
-
Andy Wilson authored
Rather than require people to create a passwordless account on a mysql instance just for testing, I'm going to assume that they've given it a password of 'vtktest'. This is probably a good thing to move into CMakeLists.
-
Andy Wilson authored
Please see the error description at http://dev.mysql.com/doc/refman/5.0/en/null-mysql-store-result.html This was actually coming up in practice for a user.
-
Utkarsh Ayachit authored
-
Karthik Krishnan authored
Wrong type used.
-
Karthik Krishnan authored
-
Karthik Krishnan authored
Add the SetProcessEvents method so that the user can disable event processing on the vtkSplineWidget.
-