PLYwoot
Header-only C++17 library for parsing and writing PLY files
Loading...
Searching...
No Matches
plywoot::InvalidInputStream Struct Reference

#include <header_scanner.hpp>

Inheritance diagram for plywoot::InvalidInputStream:
plywoot::HeaderScannerException plywoot::Exception

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ InvalidInputStream()

plywoot::InvalidInputStream::InvalidInputStream ( )
inline

Constructs an invalid input stream exception.

Definition at line 49 of file header_scanner.hpp.


The documentation for this struct was generated from the following file: