- 26 Jul, 2017 1 commit
-
-
Kitware Robot authored
This topic is the result of running clang-tidy to modernize our usage of NULL and 0 to nullptr. It also includes some manual and semi manual changes where clang-tidy would not be expected to work (such as in comments, or classes not compiled on this build) There are definitely many comments and occurances that this topic misses that we will need to fix over time.
-
- 30 May, 2017 1 commit
-
-
Sean McBride authored
Found and auto-fixed by clang-tidy’s readability-redundant-control-flow check. Though I did have to manualy fix whitespace after it.
-
- 23 Sep, 2016 1 commit
-
-
Kitware Robot authored
This commit reindents the code with the following utility: Utilities/Maintenance/vtk-reindent-code.py This utility changes the positions of the braces so that they are no longer indented relative to the code block they reside in. The bash command line used was the following: for d in Charts Common Deprecated Domains Examples Filters GUISupport \ Geovis IO Imaging Infovis Interaction Parallel Rendering \ Testing Views Web Wrapping; do for e in cxx cxx.in txx txx.in hxx hxx.in h h.in c c.in; do find "${d}" -name "*.${e}" -exec \ python Utilities/Maintenance/vtk_reindent_code.py {} + done done
-
- 08 Mar, 2016 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
- 09 Apr, 2012 1 commit
-
-
VTK Developers authored
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>
-
- 27 Oct, 2011 1 commit
-
-
Yumin Yuan authored
-
- 19 Sep, 2011 1 commit
-
-
Berk Geveci authored
-
- 05 Jul, 2011 1 commit
-
-
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 2 commits
-
-
Julien Finet authored
The opacity is overwritten by MapScalarsThroughTable2
-
Julien Finet authored
-
- 26 Jul, 2010 2 commits
-
-
Julien Finet authored
They can be added into any vtkChartXY. Their size depend on the vtkScalarsToColors (vtkLookupTable or vtkColorTransferFunction) range.
-
Julien Finet authored
-