|
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. | |
Public Member Functions inherited from plywoot::HeaderScannerException | |
| HeaderScannerException (const std::string &message) | |
Public Member Functions inherited from plywoot::Exception | |
| 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.