unibas-gravis / scalismo

Scalable Image Analysis and Shape Modelling
https://scalismo.org
Apache License 2.0
247 stars 65 forks source link

Add 3D constructor to ScalarMeshField #406

Closed marcelluethi closed 1 year ago

marcelluethi commented 1 year ago

An explicit constructor for the 3D case was missing, which should be available for all geometric objects. This PR adds the constructor and deprecates the generic ScalarMeshField constructor.

Please merge only after #405 is merged.