|
uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
|
#include <cstdarg>#include <cstdint>#include <cstdio>#include <string>#include <vector>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[]) |