- 28 Apr, 2004 5 commits
-
-
Andy Cedilnik authored
-
Amy Squillacote authored
-
Amy Squillacote authored
-
Brad King authored
ENH: Renamed zlib, png, jpeg, tiff, and expat directories in the Utilities directory to vtkzlib, vtkpng, vtkjpeg, vtktiff, and vtkexpat respectively. Adjusted the include structure so that code includes vtk_zlib.h and automatically gets the version of zlib used by VTK (and similarly for the other libraries). Along with the recent name mangling changes, this now completely isolates VTK's version of these libraries and avoids conflict with system versions or versions in other toolkits.
-
Amy Squillacote authored
-
- 27 Apr, 2004 17 commits
-
-
Mathieu Malaterre authored
-
Lee Ann Fisk authored
interesected the region on it's boundary.
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Andy Cedilnik authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Lisa Avila authored
-
- 26 Apr, 2004 18 commits
-
-
Andy Cedilnik authored
-
Brad King authored
-
Amy Squillacote authored
1) In the File menu, move Save Batch Script to after Save Session Trace and 2) Make the first column in the Filter menu actually have 25 entries
-
Amy Squillacote authored
-
Brad King authored
ENH: Added vtk_expat.h to ensure that VTK finds the correct expat.h when not using system expat. Added vtk_expat_mangle.h to mangle all the public symbols in the vtkexpat library to start with a vtk_expat_ prefix. This will avoid conflicts with applications that link to vtkIO and a separate expat library.
-
Berk Geveci authored
-
Brad King authored
-
Brad King authored
ENH: Added vtk_tiff.h to ensure that VTK finds the correct tiffio.h when not using system tiff. Added vtk_tiff_mangle.h to mangle all the public symbols in the vtktiff library to start with a vtk_TIFF prefix. This will avoid conflicts with applications that link to vtkIO and a separate tiff library.
-
Brad King authored
ENH: Added vtk_jpeg.h to ensure that VTK finds the correct jpeglib.h when not using system jpeg. Added vtk_jpeg_mangle.h to mangle all the public symbols in the vtkjpeg library to start with a vtk_jpeg_ prefix. This will avoid conflicts with applications that link to vtkIO and a separate jpeg library.
-
Ken Martin authored
-
Ken Martin authored
-
Jerry Clarke authored
allows for a few extra unaccounted for chars.
-
Lisa Avila authored
-
Lisa Avila authored
-
Francois Bertel authored
-
Berk Geveci authored
1. Added accessor to colormaps 2. Changed filter menu creation so that all filters always show up, the ones that are not valid are disabled
-
Berk Geveci authored
-
Mathieu Malaterre authored
-