uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations | Functions
miniply.h File Reference
#include <cstdarg>
#include <cstdint>
#include <cstdio>
#include <string>
#include <vector>
Include dependency graph for miniply.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  miniply::PLYProperty
 
struct  miniply::PLYElement
 
class  miniply::PLYReader
 

Namespaces

namespace  miniply
 The example application for uvgVPCCenc uses the external library miniply to parse the .ply files.
 

Enumerations

enum class  miniply::PLYFileType { miniply::ASCII , miniply::Binary , miniply::BinaryBigEndian }
 
enum class  miniply::PLYPropertyType {
  miniply::Char , miniply::UChar , miniply::Short , miniply::UShort ,
  miniply::Int , miniply::UInt , miniply::Float , miniply::Double ,
  miniply::None
}
 

Functions

uint32_t miniply::triangulate_polygon (uint32_t n, const float pos[], uint32_t numVerts, const int indices[], int dst[])