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 | Enumerations
ppiSegmenter.hpp File Reference
#include <cstdint>
#include <unordered_map>
#include <vector>
#include "utils/utils.hpp"
Include dependency graph for ppiSegmenter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VoxelAttribute
 
class  PPISegmenter
 

Enumerations

enum class  VoxClass : uint8_t { NO_EDGE = 0x00 , INDIRECT_EDGE = 0x01 , M_DIRECT_EDGE = 0x10 , S_DIRECT_EDGE = 0x11 }
 

Enumeration Type Documentation

◆ VoxClass

enum class VoxClass : uint8_t
strong
Enumerator
NO_EDGE 
INDIRECT_EDGE 
M_DIRECT_EDGE 
S_DIRECT_EDGE