- 07 Mar, 2011 1 commit
-
-
Will Schroeder authored
-
- 04 Mar, 2011 3 commits
-
-
92c370fe Fix memory leaks in the PLY implementation. Thanks to Petr Petrov.
-
Robert Maynard authored
-
Kitware Robot authored
-
- 03 Mar, 2011 4 commits
-
-
David Partyka authored
-
tfogal authored
-
83d556fc Predicate views-based examples on VTK_USE_VIEWS.
-
Kitware Robot authored
-
- 02 Mar, 2011 6 commits
-
-
a04ffc6d COMP: fixed minor compilation issue on Mac OS X 10.7 seed
-
Sean McBride authored
Change-Id: Ie4032ae08f29adf38a36541cb711b011a89c2783
-
6c372da2 ENH: Add ability to load ARB_fragment_program extension.
-
David Gobbi authored
-
e10e4c81 ENH: Fix obsolete comments, round alpha when converting from float.
-
Kitware Robot authored
-
- 01 Mar, 2011 14 commits
-
-
David Gobbi authored
-
a95831f5 COMP: fixed a warning
-
Philippe Pébay authored
Change-Id: Id17c6652571801201e1edb1ba59e9bd2629afade
-
Brad King authored
-
Brad King authored
Remove code left for supporting earlier CMake versions.
-
9927d068 COMP: make Windows happy
-
Philippe Pébay authored
Change-Id: Ia2a8361713e63af2210f178ecceab8577b9e28d9
-
e475c4f4 COMP: killed a warning 5191b9c3 ENH: changes needed by recent overhaul of order statistics 7bbc2256 ENH: created additional tests to verify // aggregation f2425be4 BUG: (inconsequential so far) forgot a delete [] 5ad08d1e ENH: completed fixing this test case 51b601ca Modified test to reflect changes to order statistics 0a6e47d6 ENH: added tests for assess operation which were gravely lacking 6995dc16 BUG: spelling of Kolmogorov c3fffbb6 ENH: added a variant array quantizer (assess functor) a9664c93 ENH: rewrote assess functors for new framework and made test work with these 6bd9b68a ENH: adding support for "nearest observation" quantile calculation (R-3) 09563da6 ENH: added mid-point interpolation for quantiles b0cf3509 BUG: fixed leftover old-style quantile read. No more runtime crash now. 28bcd3dd BUG: removed a "+ 2" offset which corresponded to the old quantile storage 37f361a8 BUG: protecting all SelectAssessFunctor routines from non-initializing dfunc 48ba39be ENH: update test harness to make it use new quantile format 5c25bb5c BUG: make Test operation run again with new quantile format (but not correct) 6a058ab9 ENH: finally calculating and storing all quantiles while preserving types bdc20ffe ENH: reformat quantile table (swap columns and rows) e5875620 BUG: forgot to properly initialize invalid P value for cardinality row f7394906 ENH: marginal PDFs calculated bff146a7 ENH: order histograms with native order for each data type 280e3c2b ENH: store histograms as separate blocks, one for each processed variable a5a5b6c3 ENH: switching histogram value type based on input data type e3383e28 ENH: remove NumericType hack 32e76975 STYLE: fix documentation prior to changes
-
Philippe Pébay authored
Change-Id: Ib725155bd6ca31f381b5429d776edb30aae218c0
-
Philippe Pébay authored
Change-Id: Ieaeca96dfe6d15e9fd4f24f0713e0712f8a68e3f
-
1d9c1cf8 vtkTable allowed you to access off the end
-
Wesley Turner authored
vtkTable did not check that the requested data item actually existed and returned bogus data off the end of a query. I used the same error return used elsewhere for that case. Latest change uses the number of tuples instead of the maximum id to determine when you are off the end. Change-Id: I1be5c414048c90f7f7444a9c2363b17b8a2740f7
-
Kitware Robot authored
-
- 28 Feb, 2011 6 commits
-
-
13131c4a COMP: Fix unsigned char conversion warning.
-
David Gobbi authored
-
1e7d781c ENH: Add a new vector mode "RGBColors" to vtkScalarsToColors.
-
David Gobbi authored
-
Julien Jomier authored
When EOF was encountered an assert would fail inside isspace for being an invalid char. istream::get return an int and not char according to the C++98 standard.
-
Kitware Robot authored
-
- 27 Feb, 2011 1 commit
-
-
Kitware Robot authored
-
- 26 Feb, 2011 5 commits
-
-
ff2df028 BUG 0010726: Copy gtk python scripts to build dir.
-
David Gobbi authored
-
12fa7f14 BUG 0006204: Increase limits for overloads and arg strings.
-
David Gobbi authored
-
4860b78a ENH: Fix the otherPrint, TestSetGet and TestEmptyInput tests
-