gtsam_points
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
glk::PLYMetaData Struct Reference

PLY file metadata. More...

#include <ply_io.hpp>

Public Member Functions

 PLYMetaData ()
 

Public Attributes

std::string format
 
std::vector< std::string > comments
 
int num_vertices
 
int num_faces
 
std::vector< std::pair< std::string, PLYPropertyType > > vertex_properties
 
std::vector< PLYPropertyTypeface_properties
 

Detailed Description

PLY file metadata.

Constructor & Destructor Documentation

◆ PLYMetaData()

glk::PLYMetaData::PLYMetaData ( )
inline

Member Data Documentation

◆ comments

std::vector<std::string> glk::PLYMetaData::comments

◆ face_properties

std::vector<PLYPropertyType> glk::PLYMetaData::face_properties

◆ format

std::string glk::PLYMetaData::format

◆ num_faces

int glk::PLYMetaData::num_faces

◆ num_vertices

int glk::PLYMetaData::num_vertices

◆ vertex_properties

std::vector<std::pair<std::string, PLYPropertyType> > glk::PLYMetaData::vertex_properties

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