Re: [mitk-users] SandaloneDataStorage vs DataStorage

2018-06-06 Thread LOPEZ VELAZCO, ROCIO
Solved by static casting... 2018-06-05 15:38 GMT+02:00 LOPEZ VELAZCO, ROCIO : > Hello again :) > > There is a question that comes to me frequently when developing in MITK: > > In my MITK-based application I only have a StandaloneDataStorage pointer > but I sometimes find that I must use

[mitk-users] SandaloneDataStorage vs DataStorage

2018-06-05 Thread LOPEZ VELAZCO, ROCIO
Hello again :) There is a question that comes to me frequently when developing in MITK: In my MITK-based application I only have a StandaloneDataStorage pointer but I sometimes find that I must use DataStorage (not STANDALONE) pointer as parameter, and the compiler gives me error... I saw that