PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <header_parser.hpp>
Public Member Functions | |
InvalidFormat (const std::string &format) | |
![]() | |
HeaderParserException (const std::string &message) | |
![]() | |
Exception (const std::string &message) | |
Exception thrown in case some invalid format specification is found in the input.
Definition at line 52 of file header_parser.hpp.
|
inline |
Constructs an invalid format parser exception with the given error message.
format | the invalid format keyword that was found in the header |
Definition at line 58 of file header_parser.hpp.