uvgVPCCenc 1.1.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Classes | Enumerations
slicingPpiSegmenter.hpp File Reference
#include <cstdint>
#include <vector>
#include "patchGeneration/robin_hood.h"
#include "utils/constants.hpp"
#include "uvgutils/utils.hpp"
#include "uvgvpcc/uvgvpcc.hpp"
Include dependency graph for slicingPpiSegmenter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  VoxelAttribute_NewRS
 
class  PPISegmenter_NewRS
 

Enumerations

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

Enumeration Type Documentation

◆ VoxClass_NewRS

enum class VoxClass_NewRS : uint8_t
strong
Enumerator
NO_EDGE 
INDIRECT_EDGE 
M_DIRECT_EDGE 
S_DIRECT_EDGE