PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <header_scanner.hpp>
Public Member Functions | |
InvalidInputStream () | |
Constructs an invalid input stream exception. | |
![]() | |
HeaderScannerException (const std::string &message) | |
![]() | |
Exception (const std::string &message) | |
Exception thrown in case some stream in an invalid state was passed to the header parser.
Definition at line 46 of file header_scanner.hpp.
|
inline |
Constructs an invalid input stream exception.
Definition at line 49 of file header_scanner.hpp.