ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::PlyMesh Struct Reference

#include <ply.h>

Public Attributes

std::vector< PlyMeshVertexvertices
 
std::vector< PlyMeshFacefaces
 

Detailed Description

Definition at line 53 of file ply.h.

Member Data Documentation

◆ faces

std::vector<PlyMeshFace> colmap::PlyMesh::faces

Definition at line 55 of file ply.h.

◆ vertices

std::vector<PlyMeshVertex> colmap::PlyMesh::vertices

Definition at line 54 of file ply.h.


The documentation for this struct was generated from the following file: