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

#include <header_parser.hpp>

Inheritance diagram for plywoot::InvalidFormat:
plywoot::HeaderParserException plywoot::Exception

Public Member Functions

 InvalidFormat (const std::string &format)
 
- Public Member Functions inherited from plywoot::HeaderParserException
 HeaderParserException (const std::string &message)
 
- Public Member Functions inherited from plywoot::Exception
 Exception (const std::string &message)
 

Detailed Description

Exception thrown in case some invalid format specification is found in the input.

Definition at line 52 of file header_parser.hpp.

Constructor & Destructor Documentation

◆ InvalidFormat()

plywoot::InvalidFormat::InvalidFormat ( const std::string &  format)
inline

Constructs an invalid format parser exception with the given error message.

Parameters
formatthe invalid format keyword that was found in the header

Definition at line 58 of file header_parser.hpp.


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