59 std::vector<PlyPoint>
ReadPly(
const std::string&
path);
63 const std::vector<PlyPoint>&
points,
64 const bool write_normal =
true,
65 const bool write_rgb =
true);
67 const std::vector<PlyPoint>&
points,
68 const bool write_normal =
true,
69 const bool write_rgb =
true);
static const std::string path
void WriteTextPlyMesh(const std::string &path, const PlyMesh &mesh)
void WriteBinaryPlyPoints(const std::string &path, const std::vector< PlyPoint > &points, const bool write_normal, const bool write_rgb)
void WriteTextPlyPoints(const std::string &path, const std::vector< PlyPoint > &points, const bool write_normal, const bool write_rgb)
void WriteBinaryPlyMesh(const std::string &path, const PlyMesh &mesh)
std::vector< PlyPoint > ReadPly(const std::string &path)
PlyMeshFace(const size_t vertex_idx1, const size_t vertex_idx2, const size_t vertex_idx3)
PlyMeshVertex(const float x, const float y, const float z)
std::vector< PlyMeshFace > faces
std::vector< PlyMeshVertex > vertices