VTK 6 和 VTK 5 的不同

 

Overview

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 CopyInformationToPipeline and CopyInformationFromPipeline from vtkDataObject and sub-classes

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

Removal of vtkPlot3DReader

vtkType deprecations

Dropped support for old OSes and compilers

I've done all this, it compiles and links, but now "New()" returns NULL at runtime

 

posted @ 2015-11-12 04:29  Grandyang  阅读(791)  评论(0编辑  收藏  举报
Fork me on GitHub