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

TableReader add #1260

Merged
merged 6 commits into from
Apr 15, 2017
Merged

TableReader add #1260

merged 6 commits into from
Apr 15, 2017

Conversation

kerautret
Copy link
Member

@kerautret kerautret commented Apr 7, 2017

PR Description

Just to add the possibility to read the all the lines contents in input file.

Checklist

  • Unit-test of your feature with Catch.
  • Doxygen documentation of the code completed (classes, methods, types, members...)
  • Documentation module page added or updated.
  • New entry in the ChangeLog.md added.
  • No warning raised in Debug cmake mode (otherwise, Travis C.I. will fail).
  • All continuous integration tests pass (Travis & appveyor)

@kerautret
Copy link
Member Author

@dcoeurjo or @JacquesOlivierLachaud can we merge ? (small PR ;) but i use in other remote) ;)

@@ -113,7 +113,31 @@ namespace DGtal
getColumnElementsFromInputStream (std::istream &in,
unsigned int aPosition);

/**
* Method to import a vector where each element contains the line
* elements of a given file. Blank line or line beginning with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how "elements" are defined ? are they "space", "comma", "tab",.. separated values ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space or tab I add it (and I add tabs in the test file pointList1.pl

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it documented somewhere ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't remember the original TableReader PR :/

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no but I add it ;)

@dcoeurjo
Copy link
Member

;)
merging

@dcoeurjo dcoeurjo merged commit 5ac3fd6 into DGtal-team:master Apr 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants