- May 05, 2009
-
-
Jeff Baumes authored
-
Jeff Baumes authored
-
Dave Demarle authored
-
Kenneth Moreland authored
ENH: Add support for 64-bit integers and transferring vtkIdType (including between processes with different widths).
-
Jeff Baumes authored
-
John Biddiscombe authored
-
Brad King authored
-
- May 04, 2009
-
-
Philippe Pebay authored
vtkTimerLog.
-
Philippe Pebay authored
-
Philippe Pebay authored
-
Utkarsh Ayachit authored
version of the filter. Fixed that. Also fixed vtkPExtractArraysOverTime to work correctly when the "multiblock-of-tables" produced by vtkExtractArraysOverTime.
-
Jason Shepherd authored
-
Jason Shepherd authored
-
Jeff Baumes authored
- Also removing "vector-of-vectors" support from vtkAnnotationLayers. vtkAnnotationLayers is now a simple collection of annotations, plus an optional current selection object. This is the first step toward combining vtkAnnotationLink and vtkSelectionLink.
-
Timothy M. Shead authored
-
Jeff Baumes authored
-
Jeff Baumes authored
-
Kenneth Moreland authored
ENH: Made a correction to the RGB to XYZ color transfer (I made some missinterpretations about gamma correction and linearity in physical and perceptive). This had several ramifications for CIELAB color spaces and transfer functions that rely on it.
-
Mathieu Malaterre authored
-
John Biddiscombe authored
a) Tracks all scalars present on the input data. b) uses an Id channel array if specified. c) Filter now outputs 2 datasets, the first is the trails, the second if the lead point on the trail. This is useful if you glyph the lead point and tube the trail, nice images can be generated. d) much more stable in general Many thanks to Ken Moreland for contributions to this class and to Benjamin Schindler of ETHZ for extensive testing and suggestions.
-
Brad King authored
-
- May 03, 2009
-
-
Brad King authored
-
- May 02, 2009
-
-
Stephen Aylward authored
-
Stephen Aylward authored
BUG: gcc4.1.2: QVTKPaintEngine.cxx:88: error: invalid use of undefined type ‘const struct QPainterPath’
-
Jason Shepherd authored
-
Jason Shepherd authored
-
Jason Shepherd authored
-
Brad King authored
-
- May 01, 2009
-
-
Philippe Pebay authored
-
Philippe Pebay authored
ENH: added coverage: checking number of columns of the summary table as well (in case the Derive phase failed somehow).
-
Jason Shepherd authored
-
Jeff Baumes authored
-
Brian Wylie authored
- SetupInputConnections was too close to SetInputConnections - PrepareInputConnections is similar to PrepareForRendering in that it give the representation an opportunity to make sure the inputs are all correctly in place, setup, etc.
-
Jason Shepherd authored
ENH: Add a new 3D graph layout strategy from David Duke at University of Leeds (vtkSpanTreeLayoutStrategy) ENH: Add updated tests using the 3D layout in the graph layout view ENH: Add python examples using the graph layout view for the new strategy
-
Brian Wylie authored
-
Philippe Pebay authored
-
Utkarsh Ayachit authored
view update the representation when it gets to it.
-
Jeff Baumes authored
-
Philippe Pebay authored
-
Kenneth Moreland authored
COMP: New Microsoft compilers have declared that using many STL algorithms on basic C pointers (a task that they were originally designed to handle) is 'unsafe'. To protect me from myself, it now issues a warning any time I try to do something like copy one array to another. There is no effective way around this without using special forms of the function that are unique to Microsoft's new compiler. Essentially, I can no longer use these functions if I write portable code. Thanks Microsoft
-