Pseudomanifold / Aleph

A library for exploring persistent homology
https://pseudomanifold.github.io/Aleph/
MIT License
101 stars 17 forks source link

Create PLY reader class #6

Closed Pseudomanifold closed 7 years ago

Pseudomanifold commented 7 years ago

Similar to the reader class for edge lists, this reader should handle PLY files. This gives us the opportunity to specify arbitrary simplicial complex implementations that may be stored in there.

Pseudomanifold commented 7 years ago

Fixed; the new reader cannot handle all existing PLY files (yet) but it's a step forward.