Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Support VTK6. #32

Merged
merged 1 commit into from May 2, 2014
Merged

ENH: Support VTK6. #32

merged 1 commit into from May 2, 2014

Conversation

finetjul
Copy link

@finetjul finetjul commented May 1, 2014

  1. Remove deprecated Macro.
    The following two macros were deprecated in VTK 5.0 that were still supported, but have now been eliminated:
    vtkTypeRevisionMacro has been replaced with vtkTypeMacro; vtkCxxRevisionMacro has been removed.
    http://www.visitusers.org/index.php?title=VTK_6.0_Upgrade

  2. Replace SetInput() with SetInputData() and SetInputConnection(), the same kind of functions include SetInput1(), SetInput2(), AddInput() and SetSource().
    http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput

  3. Change scalars manipulation functions
    http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Changes_to_Scalars_Manipulation_Functions.
    http://vtk.org/Wiki/VTK/VTK6/Migration/WikiExamples#Improve.

  4. Remove Pipeline Update Methods from vtkDataObject.
    http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Removal_of_Update.

1) Remove deprecated Macro.
The following two macros were deprecated in VTK 5.0 that were still supported, but have now been eliminated:
vtkTypeRevisionMacro has been replaced with vtkTypeMacro; vtkCxxRevisionMacro has been removed.
http://www.visitusers.org/index.php?title=VTK_6.0_Upgrade

2) Replace SetInput() with SetInputData() and SetInputConnection(), the same kind of functions include SetInput1(), SetInput2(), AddInput() and SetSource().
http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Replacement_of_SetInput

3) Change scalars manipulation functions
http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Changes_to_Scalars_Manipulation_Functions.
http://vtk.org/Wiki/VTK/VTK6/Migration/WikiExamples#Improve.

4) Remove Pipeline Update Methods from vtkDataObject.
http://www.vtk.org/Wiki/VTK/VTK_6_Migration/Removal_of_Update.
@tokjun tokjun merged commit 22e0c45 into openigtlink:master May 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants