Skip to content
Snippets Groups Projects
  1. Mar 22, 2012
  2. Mar 19, 2012
  3. Mar 18, 2012
  4. Mar 17, 2012
  5. Mar 16, 2012
  6. Mar 15, 2012
  7. Mar 14, 2012
    • Marcus D. Hanwell's avatar
      Merge topic 'chart-set-tooltip' into master · 515f3c4b
      Marcus D. Hanwell authored
      65579200 Add vtkChartXY::SetTooltip() method
      515f3c4b
    • Bill Lorensen's avatar
      BUG: Enum values should be unique · 0a77725f
      Bill Lorensen authored
      A user, Rémi Blanc, reported that Visual Studio Express 2008 defines
      DIFFERENCE. For VTK, enum values should have a VTK_ prefix to avoid
      potential current and future name clashes. This patch replaces
      DIFFERENCE, UNION and INTERSECTION with VTK_DIFFERENCE, VTK_UNION and
      VTK_INTERSECTION.
      
      Applications that use the methods SetOperationToDifference,
      SetOperationToUnion and SetOperationToIntersection will not need to
      update their code.
      
      Applications that use vtkBooleanOperationPolyDataFilter::DIFFERENCE,
      vtkBooleanOperationPolyDataFilter::UNION or
      vtkBooleanOperationPolyDataFilter::INTERSECTION will need to update their
      code.
      
      Change-Id: I4da287b8099046e8e23fa067f480422725ef7b8e
      0a77725f
Loading