PLY data.
More...
#include <ply_io.hpp>
PLY data.
- Note
- When saving, primary properties (vertices, normals...) are first written, and then the generic properties are written to the file. If a property exists in both generic and primary properties, the primary property is prioritized. (e.g.,
vertices[0] overwrites properties[name =="x"]).
◆ add_prop()
◆ colors
| std::vector<Eigen::Vector4f> glk::PLYData::colors |
◆ comments
| std::vector<std::string> glk::PLYData::comments |
◆ indices
| std::vector<int> glk::PLYData::indices |
◆ intensities
| std::vector<float> glk::PLYData::intensities |
◆ normals
| std::vector<Eigen::Vector3f> glk::PLYData::normals |
◆ properties
◆ vertices
| std::vector<Eigen::Vector3f> glk::PLYData::vertices |
The documentation for this struct was generated from the following file:
- /home/koide/workspace/iridescence/include/glk/io/ply_io.hpp