ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ply.h File Reference
#include <string>
#include <vector>
#include "types.h"
Include dependency graph for ply.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  colmap::PlyPoint
 
struct  colmap::PlyMeshVertex
 
struct  colmap::PlyMeshFace
 
struct  colmap::PlyMesh
 

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)