DGtal-team / DGtal

Digital Geometry Tools and Algorithm Library
https://dgtal.org
GNU Lesser General Public License v3.0
369 stars 114 forks source link

Access property of SCellToPoint functor #1343

Open danoan opened 6 years ago

danoan commented 6 years ago

In class SCellToPoint in file DGtal/topology/SCellFunctors.h

Types Ouput, Input are declared private. I suggest to make them public as in the other functors.

  class SCellToPoint
  {
    typedef typename KSpace::Point Output;
    typedef typename KSpace::SCell Input;
dcoeurjo commented 6 years ago

Agree. Would you like to try a Pull-request with this edit ?

danoan commented 6 years ago

Ok

Le lun. 10 sept. 2018 à 09:02, David Coeurjolly notifications@github.com a écrit :

Agree. Would you like to try a Pull-request with this edit ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DGtal-team/DGtal/issues/1343#issuecomment-419809334, or mute the thread https://github.com/notifications/unsubscribe-auth/AFkx0iSEq-hBHnFPA_r3kbSjY1MEarvMks5uZg6SgaJpZM4WalI0 .