uvgVPCCenc 1.0.0
uvgVPCCenc is an open-source real-time V-PCC encoder library written in C++ from scratch.
Loading...
Searching...
No Matches
Public Attributes | List of all members
miniply::PLYProperty Struct Reference

#include <miniply.h>

Collaboration diagram for miniply::PLYProperty:

Public Attributes

std::string name
 
PLYPropertyType type = PLYPropertyType::None
 Type of the data. Must be set to a value other than None.
 
PLYPropertyType countType
 None indicates this is not a list type, otherwise it's the type for the list count.
 
uint32_t offset = 0
 Byte offset from the start of the row.
 
uint32_t stride = 0
 
std::vector< uint8_t > listData
 
std::vector< uint32_t > rowCount
 

Member Data Documentation

◆ countType

PLYPropertyType miniply::PLYProperty::countType
Initial value:
=
@ None
Special value used in Element::listCountType to indicate a non-list property.

None indicates this is not a list type, otherwise it's the type for the list count.

◆ listData

std::vector<uint8_t> miniply::PLYProperty::listData

◆ name

std::string miniply::PLYProperty::name

◆ offset

uint32_t miniply::PLYProperty::offset = 0

Byte offset from the start of the row.

◆ rowCount

std::vector<uint32_t> miniply::PLYProperty::rowCount

◆ stride

uint32_t miniply::PLYProperty::stride = 0

◆ type

PLYPropertyType miniply::PLYProperty::type = PLYPropertyType::None

Type of the data. Must be set to a value other than None.


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