Difference between revisions of "VTK/VTK 6 Migration Guide"
From KitwarePublic
< VTK
Jump to navigationJump to searchLine 6: | Line 6: | ||
[[VTK/VTK_6_Migration/Removal_of_ GetPipelineInformation | Removal of GetPipelineInformation and GetExecutive from vtkDataObject]] | [[VTK/VTK_6_Migration/Removal_of_ GetPipelineInformation | Removal of GetPipelineInformation and GetExecutive from vtkDataObject]] | ||
+ | |||
+ | [[VTK/VTK_6_Migration/Removal_of_Update | Removal of Pipeline Update Methods from vtkDataObject]] | ||
[[VTK/VTK_6_Migration/Removal_of_Execute | Removal of ExecuteInformation() and ExecuteData() from Algorithm Superclasses]] | [[VTK/VTK_6_Migration/Removal_of_Execute | Removal of ExecuteInformation() and ExecuteData() from Algorithm Superclasses]] |
Revision as of 13:47, 6 April 2012
Replacement of SetInput() with SetInputData() and SetInputConnection()
Removal of GetProducerPort() from vtkDataObject
Removal of GetPipelineInformation and GetExecutive from vtkDataObject
Removal of Pipeline Update Methods from vtkDataObject
Removal of ExecuteInformation() and ExecuteData() from Algorithm Superclasses