PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include "buffered_istream.hpp"
#include "exceptions.hpp"
#include "reflect.hpp"
#include "std.hpp"
#include "types.hpp"
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
struct | plywoot::ParserException |
Base class for all parser exceptions. More... | |
struct | plywoot::UnexpectedEof |
Unexpected end-of-file exception. More... | |