- Feb 05, 2009
- Feb 04, 2009
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 03, 2009
-
-
Andrew Heather authored
-
-
henry authored
-
henry authored
important e.g. in atmospheric flows.
-
Andrew Heather authored
-
Andrew Heather authored
-
- Feb 02, 2009
- Jan 30, 2009
-
-
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
henry authored
-
henry authored
-
henry authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
- Jan 29, 2009
-
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
mattijs authored
-
Mark Olesen authored
-
Mark Olesen authored
- dropped auto-vivification for now (performance issue), but reworked to allow easy reinstatement - derived both iterator and const_iterator from iteratorBase and use iteratorBase as our proxy for non-const access to the list elements. This allows properly chaining assignments: list[1] = list[2]; list[1] = list[2] = 10; - assigning iterators from iteratorBase or other iterators works: iterator iter = list[20]; - made template parameter nBits=1 the default
-
Mark Olesen authored
-
- Jan 28, 2009
-
-
mattijs authored
-
mattijs authored
-
-
Andrew Heather authored
- convertPointField caused a seg-fault if the internal field was null - attempted to name the vtk object the name of the null field + minor clean-up
-
Mark Olesen authored
- the bit counting is relatively fast: under 0.2 seconds for 1M bits counted 1000 times - trim()'ing the final zero elements tested for a few cases, but might need more attention
-