![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "util/ply.h"#include <fstream>#include <Eigen/Core>#include "util/logging.h"#include "util/misc.h"
Go to the source code of this file.
Namespaces | |
| colmap | |
Functions | |
| std::vector< PlyPoint > | colmap::ReadPly (const std::string &path) |
| void | colmap::WriteTextPlyPoints (const std::string &path, const std::vector< PlyPoint > &points, const bool write_normal, const bool write_rgb) |
| void | colmap::WriteBinaryPlyPoints (const std::string &path, const std::vector< PlyPoint > &points, const bool write_normal, const bool write_rgb) |
| void | colmap::WriteTextPlyMesh (const std::string &path, const PlyMesh &mesh) |
| void | colmap::WriteBinaryPlyMesh (const std::string &path, const PlyMesh &mesh) |