Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access property of SCellToPoint functor #1343

Open
danoan opened this issue Sep 5, 2018 · 2 comments
Open

Access property of SCellToPoint functor #1343

danoan opened this issue Sep 5, 2018 · 2 comments

Comments

@danoan
Copy link
Contributor

danoan commented Sep 5, 2018

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
Copy link
Member

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

@dcoeurjo dcoeurjo added this to Inbox in Issue triage via automation Sep 10, 2018
@dcoeurjo dcoeurjo added this to the 1.0 milestone Sep 10, 2018
@danoan
Copy link
Contributor Author

danoan commented Sep 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Issue triage
  
Inbox
Development

No branches or pull requests

2 participants