Struct xlifepp::PlyProperty#

struct PlyProperty

Collaboration diagram for xlifepp::PlyProperty:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xlifepp::PlyProperty" tooltip="xlifepp::PlyProperty" fillcolor="#BFBFBF"] }

Definition of a Property according to PLY format.

Public Members

bool isList#

true if it is a list

string_t name#

name of the property (x, y, z, vertex_index, …)

string_t subtype#

sub type of the property when is a list

string_t type#

type of the property (char, uchar, short, ushort, int, uint, float, double)