forked from commontk/CTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Support vtk6 to build system. http://www.vtk.org/Wiki/VTK/Build_System_Migration Give users a build option between vtk5 and vtk6. Solve vtk library python wrapping for VTK 6 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) VTK requires #include <vtkVersion.h> to use the VTK_xxx_VERSION preprocessor directives. http://vtk.org/Wiki/VTK/VTK6/Migration/WikiExamples#Improve 5) 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 6)Refactor functions in vtkMRMLVolumeNode and its subclasses. Use ImageDataPort instead of ImageData
- Loading branch information
Showing
16 changed files
with
225 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.