InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.38k stars 661 forks source link

`FUTURE_LEGACY_REMOVE` BoundaryConditionPointerType, replace with `BoundaryConditionType *` #4538

Closed N-Dekker closed 3 months ago

N-Dekker commented 3 months ago

BoundaryConditionPointerType is just a type alias for BoundaryConditionType *. It appears much clearer to directly use BoundaryConditionType *, to explicitly make clear when using a raw pointer, rather than a smart pointer.