VTK/VTK 6 Migration Guide: Difference between revisions
No edit summary |
Seanmcbride (talk | contribs) (Added 'vtkType deprecations' section) |
||
Line 38: | Line 38: | ||
[[VTK/VTK_6_Migration/Removal of vtkPlot3DReader | Removal of vtkPlot3DReader]] | [[VTK/VTK_6_Migration/Removal of vtkPlot3DReader | Removal of vtkPlot3DReader]] | ||
[[VTK/VTK_6_Migration/vtkType deprecations | vtkType deprecations]] |
Revision as of 16:56, 8 April 2013
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
Removal of GetEstimatedMemorySize() method from vtkDataObject and vtkImageData
Removal of SetWholeExtent() from vtkDataObject
Removal of ShouldIReleaseData() and ReleaseDataFlag methods from vtkDataObject
Removal of vtkDataObject Methods for Manipulating Update Extent
Change to Crop() in vtkDataObject
Changes to Scalars Manipulation Functions in vtkImageData
Change to CopyOriginAndSpacingFromPipeline in vtkImageData
Changes to SetAxisUpdateExtent and GetAxisUpdateExtent in vtkImageData
Change to AllocateOutputData() in vtkImageAlgorithm