PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <types.hpp>
Public Attributes | |
std::uint32_t | line |
Line number in the PLY header where this comment originates from. | |
std::string | text |
The comment text. | |
Friends | |
bool | operator== (const Comment &x, const Comment &y) |
bool | operator!= (const Comment &x, const Comment &y) |
A comment represents a single line of comment in some PLY file, with an associated line number.
std::uint32_t plywoot::Comment::line |