johannesmayer / SIRF

Main repository for the CCPPETMR software
http://www.ccppetmr.ac.uk
Other
2 stars 0 forks source link

Replace shared_ptr by unique_ptr in TissueLabelMapper #22

Open johannesmayer opened 6 years ago

johannesmayer commented 6 years ago

To make sure the objects are deleted and the ownership does not change implement it using unique pointers