- 09 Apr, 2012 1 commit
-
-
Move source files from their former monolithic VTK location to their new location in modular VTK without modification. This preserves enough information for "git blame -M" and "git log --follow" to connect modularized VTK files to their original location and history. Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com> Co-Author: Chris Harris <chris.harris@kitware.com> Co-Author: Brad King <brad.king@kitware.com> Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
-
- 13 Nov, 2011 1 commit
-
-
Marcus D. Hanwell authored
Change-Id: Id69a252ddab397cbef204de76ebda9b462d59bd6
-
- 05 Jul, 2011 2 commits
-
-
Julien Finet authored
The old value 255 was not large enough when the chart is displayed with a 1024 pixel width. It was make the texture pixelated.
-
Julien Finet authored
By default vtkScalarsToColorsItem uses the bounds defined by the transfer function range. The user might want to use different bounds.
-
- 19 May, 2011 1 commit
-
-
Julien Finet authored
-You can edit control points in 2 fashions: If vtkControlPointsItem::StrokeMode is true, you can "draw" points while the left mouse button is down, it will add control points under the mouse cursor. If vtkControlPointsItem::StrokeMode is false, you can drag&drop existing points. SwitchPointsMode control the behavior to follow when a point crosses another. In both modes, if you click the left button mouse not on a point, a point is created under the mouse cursor. -Add vtkCompositeControlPointsItem to mix ct function and opacity function. It creates points for Color Transfer and Opacity functions.Both functions will share the same control points. -Add vtkControlPointsItem::EditPoint to control midpoint and sharpness -Support null transfer functions in the ScalarsToColors items
-
- 02 May, 2011 1 commit
-
-
Julien Finet authored
-You can edit control points in 2 fashions: If vtkControlPointsItem::StrokeMode is true, you can "draw" points while the left mouse button is down, it will add control points under the mouse cursor. If vtkControlPointsItem::StrokeMode is false, you can drag&drop existing points. SwitchPointsMode control the behavior to follow when a point crosses another. In both modes, if you click the left button mouse not on a point, a point is created under the mouse cursor. -Add vtkCompositeControlPointsItem to mix ct function and opacity function. It creates points for Color Transfer and Opacity functions.Both functions will share the same control points. -Add vtkControlPointsItem::EditPoint to control midpoint and sharpness -Support null transfer functions in the ScalarsToColors items
-
- 23 Aug, 2010 1 commit
-
-
Julien Finet authored
and vtkCompositeTransferFunctionItem), specially if the option MaskAboveCurve is off.
-
- 22 Aug, 2010 1 commit
-
-
Julien Finet authored
-
- 03 Aug, 2010 1 commit
-
-
Julien Finet authored
-
- 29 Jul, 2010 1 commit
-
-
Marcus D. Hanwell authored
-
- 26 Jul, 2010 3 commits
-
-
Julien Finet authored
They can be added into any vtkChartXY. Their size depend on the vtkScalarsToColors (vtkLookupTable or vtkColorTransferFunction) range.
-
Julien Finet authored
vtkPiecewiseFunctionItem and vtkCompositeTransferFunctionItem can mask pixels above the alpha value.
-
Julien Finet authored
-