|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include "exceptions.hpp"#include "header_scanner.hpp"#include "header_scanner_ios.hpp"#include "std.hpp"#include "types.hpp"#include <cassert>#include <cstdint>#include <istream>#include <numeric>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | plywoot::HeaderParserException |
| Base class for all header parser exceptions. More... | |
| struct | plywoot::InvalidFormat |
| struct | plywoot::UnexpectedToken |
| Exception thrown in case the input contains an unexpected token. More... | |