Difference between revisions of "VTK/VTK 6 Migration Guide"
From KitwarePublic
< VTK
Jump to navigationJump to searchLine 14: | Line 14: | ||
[[VTK/VTK_6_Migration/Removal_of_CopyInformation | Removal of CopyInformation and CopyTypeSpecificInformation from vtkDataObject and vtkImageData]] | [[VTK/VTK_6_Migration/Removal_of_CopyInformation | Removal of CopyInformation and CopyTypeSpecificInformation from vtkDataObject and vtkImageData]] | ||
+ | |||
+ | [[VTK/VTK_6_Migration/Removal_of_CopyInformationToPipeline | Removal of CopyInformationToPipeline and CopyInformationFromPipeline from vtkDataObject and sub-classes]] |
Revision as of 14:01, 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
Removal of SetExtentTranslator and GetExtentTranslator from vtkDataObject
Removal of CopyInformation and CopyTypeSpecificInformation from vtkDataObject and vtkImageData