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.37k stars 660 forks source link

PERF: Add fast "move semantics" to SpatialObjectPoint classes #4752

Closed N-Dekker closed 5 days ago

N-Dekker commented 5 days ago

Replaced hand-written copy-constructors and assignment operators by ITK_DEFAULT_COPY_AND_MOVE macro calls, in SpatialObjectPoint and its derived classes.

Will make the (compiler-generated) move-assignment operator of these classes noexcept, as tested.