|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
This is the complete list of members for plywoot::PlyElement, including all inherited members.
| addProperty(Args &&...args) | plywoot::PlyElement | inline |
| name() const | plywoot::PlyElement | inline |
| operator!= | plywoot::PlyElement | friend |
| operator== | plywoot::PlyElement | friend |
| PlyElement()=default | plywoot::PlyElement | |
| PlyElement(std::string name, std::size_t size) | plywoot::PlyElement | inline |
| PlyElement(std::string name, std::size_t size, std::vector< PlyProperty > properties) | plywoot::PlyElement | inline |
| properties() const | plywoot::PlyElement | inline |
| property(const std::string &propertyName) const | plywoot::PlyElement | inline |
| size() const | plywoot::PlyElement | inline |