Skip to content

Minor bug fixes for Parser, PLY, and VTK classes.#85

Merged
rmrsk merged 2 commits intomainfrom
parser_bugs
Feb 27, 2026
Merged

Minor bug fixes for Parser, PLY, and VTK classes.#85
rmrsk merged 2 commits intomainfrom
parser_bugs

Conversation

@rmrsk
Copy link
Owner

@rmrsk rmrsk commented Feb 27, 2026

The VTK parser would not read vertex properties correctly. Hopefully this PR changes that.

The VTK and PLY classes were marked noexcept, but would reach into a map that throws exceptions if the user asks for the wrong property. These functions should throw exceptiosn that can be handled by downstream codes.

Closes #84

@rmrsk rmrsk self-assigned this Feb 27, 2026
@rmrsk rmrsk merged commit 18d7a5c into main Feb 27, 2026
32 checks passed
@rmrsk rmrsk deleted the parser_bugs branch February 27, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PLY and VTK readers not workign correctly

1 participant