- 20 Dec, 2010 2 commits
-
-
David Partyka authored
This will conflict the next time we merge from upstream but is necessary as there is no cmake code in 1.8.5 that configures this file. We include this file in ParaView/VTK so that we don't have to hard code assumptions about hdf5 such as its include directories.
-
David Partyka authored
-
- 18 Dec, 2010 7 commits
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
VTK now build hdf5 1.8.5 that previously existed as a Utility within ParaView. This allows VTK to take advantage of hdf5 storage natively and enable vtknetcdf to also use hdf5.
-
David Partyka authored
-
- 13 Dec, 2010 18 commits
-
-
Brad King authored
-
Brad King authored
This is not a full hdf5 distribution so find_package(HDF5) should not find vtkhdf5.
-
Brad King authored
-
Brad King authored
The former is configured to include the preferred zlib.
-
Make special versions of some of the macros in H5Eprivate.h that don't have variadic arguments. This makes the build errors into warnings but still is not ideal.
-
-
-
Amazingly VS10 has stdint.h but we aren't including it if __cplusplus is defined. Change logic to include stdint.h if H5_HAVE_STDINT_H_CXX is defined.
-
Brad King authored
Build vtkhdf5 with the same flags as the rest of VTK.
-
Brad King authored
Describe how to update hdf5 from upstream.
-
Brad King authored
-
Brad King authored
Add Utilities/vtkhdf5 using upstream snapshot hdf5 1.8.5-r19589.
-
01c23323 BUG 11550: Add tolerance check to FindCell and FindAndGetCell
-
17fc3b26 .gitattributes: Specify custom max size for vtk_sqlite3.c
-
Brad King authored
This file has all of the source of sqlite3 combined into one translation unit. Specify a custom max size so commits to the file do not hit our blob size limit check.
-
f1fb240c DOC: Fixed documentation
-
Sven Buijssen authored
-
Kitware Robot authored
-
- 12 Dec, 2010 12 commits
-
-
dce918a5 Fix Documentation grammar pointed out by Sven. 899c60ea Applying fixes from Levap for vtkSTLReader/vtkSTLWriter. 5bfe5e41 DOC: Fixed recurring typo ec2fbe67 DOC: Avoid having the string "BTX" show up in the HTML documentation d2eead14 bug #4501, clarified comment about character encoding d61ef141 removed undesirable include of ApplicationServices.h 32f7376e added const to vtkImplicitFunction::SetTransform(const double elements[16])
-
David Gobbi authored
The FindCell and FindAndGetCell methods used to ignore the tolerance parameter, and furthermore would sometimes fail if the point was exactly on the boundary. This patch includes a test to ensure image data FindCell tolerances work. Change-Id: I3c37eecd7eacf76bdc0d962e47438fe7638d4b87
-
0933b5e6 STYLE: Removed debug output.
-
Marcus D. Hanwell authored
-
4a32eda2 COMP: Fixed compiler warning - hidden methods.
-
Marcus D. Hanwell authored
These two methods are not currently used for this type of plot.
-
Marcus D. Hanwell authored
Also, for now, hard wiring the size as I have not finished the chart layout code for the histogram legend.
-
Marcus D. Hanwell authored
This gets rid of some duplicated code, and makes interaction etc work from the start. I think some refactoring of the vtkChartXY class may be necessary, as it is not as flexible as I had first hoped.
-
Marcus D. Hanwell authored
It might be best to rename the class now too, but it makes more sense to inherit directly from vtkPlot even though the input data is different.
-
Marcus D. Hanwell authored
Also fixed a small bug - check we have a scene before trying to mark it dirty. This caused issues with the new inheritance pattern the the 2D histogram chart.
-
Kitware Robot authored
-
- 11 Dec, 2010 1 commit
-
-
David Partyka authored
-