VTK/VTK 6 Migration Guide: Difference between revisions
No edit summary |
David.cole (talk | contribs) (add sub page for the most common problem asked about on the mailing list) |
||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[VTK/VTK_6_Migration/Overview | Overview]] | [[VTK/VTK_6_Migration/Overview | Overview]] | ||
[[VTK/VTK_6_Migration/Removal_of_Execute | Removal of ExecuteInformation() and ExecuteData() from Algorithm Superclasses ]] | [[VTK/VTK_6_Migration/Replacement_of_SetInput | Replacement of SetInput() with SetInputData() and SetInputConnection()]] | ||
[[VTK/VTK_6_Migration/Removal_of_GetProducerPort | Removal of GetProducerPort() 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_SetExtentTranslator | Removal of SetExtentTranslator and GetExtentTranslator from vtkDataObject]] | |||
[[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]] | |||
[[VTK/VTK_6_Migration/Removal_of_GetEstimatedMemorySize | Removal of GetEstimatedMemorySize() method from vtkDataObject and vtkImageData ]] | |||
[[VTK/VTK_6_Migration/Removal of SetWholeExtent | Removal of SetWholeExtent() from vtkDataObject]] | |||
[[VTK/VTK_6_Migration/Removal of ShouldIReleaseData | Removal of ShouldIReleaseData() and ReleaseDataFlag methods from vtkDataObject]] | |||
[[VTK/VTK_6_Migration/Removal of Methods for Manipulating Update Extent | Removal of vtkDataObject Methods for Manipulating Update Extent]] | |||
[[VTK/VTK_6_Migration/Change to Crop | Change to Crop() in vtkDataObject]] | |||
[[VTK/VTK_6_Migration/Changes to Scalars Manipulation Functions | Changes to Scalars Manipulation Functions in vtkImageData]] | |||
[[VTK/VTK_6_Migration/Change to CopyOriginAndSpacingFromPipeline | Change to CopyOriginAndSpacingFromPipeline in vtkImageData]] | |||
[[VTK/VTK_6_Migration/ | [[VTK/VTK_6_Migration/Changes to SetAxisUpdateExtent | Changes to SetAxisUpdateExtent and GetAxisUpdateExtent in vtkImageData]] | ||
[[VTK/VTK_6_Migration/Change to AllocateOutputData | Change to AllocateOutputData() in vtkImageAlgorithm]] | |||
[[VTK/VTK_6_Migration/Changes to vtkProcrustesAlignmentFilter | Changes to vtkProcrustesAlignmentFilter]] | |||
[[VTK/VTK_6_Migration/Removal of vtkPlot3DReader | Removal of vtkPlot3DReader]] | |||
[[VTK/VTK_6_Migration/vtkType deprecations | vtkType deprecations]] | |||
[[VTK/VTK_6_Migration/OS_Compiler_Support | Dropped support for old OSes and compilers]] | |||
[[VTK/VTK_6_Migration/Factories now require defines | I've done all this, it compiles and links, but now "New()" returns NULL at runtime]] |
Latest revision as of 10:04, 3 May 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
Changes to vtkProcrustesAlignmentFilter
Dropped support for old OSes and compilers
I've done all this, it compiles and links, but now "New()" returns NULL at runtime