|
occ
|
#include <tinyply.h>
Public Member Functions | |
| PlyElement (std::istream &istream) | |
| PlyElement (const std::string &_name, size_t count) | |
Public Attributes | |
| std::string | name |
| size_t | size {0} |
| std::vector< PlyProperty > | properties |
| tinyply::PlyElement::PlyElement | ( | std::istream & | istream | ) |
|
inline |
| std::string tinyply::PlyElement::name |
| std::vector<PlyProperty> tinyply::PlyElement::properties |
| size_t tinyply::PlyElement::size {0} |