![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ply.h>

Public Attributes | |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
| float | nx = 0.0f |
| float | ny = 0.0f |
| float | nz = 0.0f |
| uint8_t | r = 0 |
| uint8_t | g = 0 |
| uint8_t | b = 0 |
| uint8_t colmap::PlyPoint::b = 0 |
Definition at line 26 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().
| uint8_t colmap::PlyPoint::g = 0 |
Definition at line 25 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().
| float colmap::PlyPoint::nx = 0.0f |
Definition at line 21 of file ply.h.
Referenced by colmap::ReadPly().
| float colmap::PlyPoint::ny = 0.0f |
Definition at line 22 of file ply.h.
Referenced by colmap::ReadPly().
| float colmap::PlyPoint::nz = 0.0f |
Definition at line 23 of file ply.h.
Referenced by colmap::ReadPly().
| uint8_t colmap::PlyPoint::r = 0 |
Definition at line 24 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().
| float colmap::PlyPoint::x = 0.0f |
Definition at line 18 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().
| float colmap::PlyPoint::y = 0.0f |
Definition at line 19 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().
| float colmap::PlyPoint::z = 0.0f |
Definition at line 20 of file ply.h.
Referenced by colmap::Reconstruction::ConvertToPLY(), and colmap::ReadPly().