SuperElastix / elastix

Official elastix repository
http://elastix.dev
Apache License 2.0
474 stars 116 forks source link

STYLE: Remove `TElementIdentifier` parameter from VectorDataContainer #1241

Closed N-Dekker closed 1 week ago

N-Dekker commented 1 week ago

It appears unnecessary to have TElementIdentifier as template parameter. Just use itk::SizeValueType, for the sake of simplicity. (itk::SizeValueType is in practice equivalent to std::size_t.)