robotology / yarp-matlab-bindings

SWIG-based bindings of YARP for Matlab and Octave, based on the MEX C-API.
6 stars 5 forks source link

removed topIsLowIndex, setTopIsLowIndex functions for yarp Image datatype #106

Closed randaz81 closed 2 days ago

randaz81 commented 1 month ago

removed topIsLowIndex, setTopIsLowIndex functions: they are not supported anymore by yarp.

NB: In the following commit the relevant code has been removed manually, without regenerating the files. This should be enough to prevent the functions to be called by user applications, until yarp 3.10 is released and the whole repo can be regenerated.

traversaro commented 1 month ago

There is no need to modify the automatically generated files, we can just regenerate the bindings once the PR is merged.