Public Members | |||
float | x | ||
float | y | ||
float | z | ||
float | nx | ||
float | ny | ||
float | nz | ||
unsigned char | r | ||
unsigned char | g | ||
unsigned char | b | ||
void* | other_props |
Definition at line 38 of file PLYFile.cc.
unsigned char Vertex::b |
Definition at line 42 of file PLYFile.cc.
unsigned char Vertex::g |
Definition at line 42 of file PLYFile.cc.
float Vertex::nx |
Definition at line 41 of file PLYFile.cc.
float Vertex::ny |
Definition at line 41 of file PLYFile.cc.
float Vertex::nz |
Definition at line 41 of file PLYFile.cc.
void * Vertex::other_props |
Definition at line 43 of file PLYFile.cc.
unsigned char Vertex::r |
Definition at line 42 of file PLYFile.cc.
float Vertex::x |
Definition at line 40 of file PLYFile.cc.
float Vertex::y |
Definition at line 40 of file PLYFile.cc.
float Vertex::z |
Definition at line 40 of file PLYFile.cc.