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

STYLE: Do not declare CumulativeGaussianCostFunction data as pointer #4548

Closed N-Dekker closed 3 months ago

N-Dekker commented 3 months ago

It appears unnecessary to manually manage the memory pointed to by its members, m_OriginalDataArray and m_MeasurePointer.

Defaulted its default-constructor and its destructor.

N-Dekker commented 3 months ago

/azp run ITK.macOS