PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <types.hpp>
Public Member Functions | |
PlyProperty ()=default | |
Default constructor. | |
PlyProperty (std::string name, PlyDataType type) | |
PlyProperty (std::string name, PlyDataType type, PlyDataType sizeType) | |
const std::string & | name () const |
PlyDataType | type () const |
bool | isList () const |
PlyDataType | sizeType () const |
Friends | |
bool | operator== (const PlyProperty &x, const PlyProperty &y) |
bool | operator!= (const PlyProperty &x, const PlyProperty &y) |
Represents a PLY property stored in an element. A PLY property is a named data element with a certain type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |