![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Ply.h>

Classes | |
| struct | _PlyColorAndValueVertex |
Public Types | |
| typedef _PlyColorAndValueVertex | Wrapper |
Public Member Functions | |
| operator Point3D< Real > & () | |
| operator const Point3D< Real > & () const | |
| PlyColorAndValueVertex (void) | |
| PlyColorAndValueVertex (const Point3D< Real > &p) | |
| PlyColorAndValueVertex (const Point3D< Real > &p, const unsigned char c[3], Real v) | |
Public Attributes | |
| Point3D< Real > | point |
| unsigned char | color [3] |
| Real | value |
Static Public Attributes | |
| static const int | ReadComponents =10 |
| static const int | WriteComponents =7 |
| static PlyProperty | ReadProperties [] |
| static PlyProperty | WriteProperties [] |
| typedef _PlyColorAndValueVertex PlyColorAndValueVertex< Real >::Wrapper |
|
inline |
Definition at line 480 of file Ply.h.
References PlyColorAndValueVertex< Real >::color, and PlyColorAndValueVertex< Real >::value.
|
inline |
|
inline |
Definition at line 482 of file Ply.h.
References PlyColorAndValueVertex< Real >::color, and PlyColorAndValueVertex< Real >::value.
|
inline |
Definition at line 479 of file Ply.h.
References PlyColorAndValueVertex< Real >::point.
|
inline |
Definition at line 478 of file Ply.h.
References PlyColorAndValueVertex< Real >::point.
| unsigned char PlyColorAndValueVertex< Real >::color[3] |
Definition at line 475 of file Ply.h.
Referenced by PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::_PlyColorAndValueVertex(), PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::operator PlyColorAndValueVertex< Real >(), operator*(), and PlyColorAndValueVertex< Real >::PlyColorAndValueVertex().
| Point3D< Real > PlyColorAndValueVertex< Real >::point |
Definition at line 474 of file Ply.h.
Referenced by PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::_PlyColorAndValueVertex(), PlyColorAndValueVertex< Real >::operator const Point3D< Real > &(), PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::operator PlyColorAndValueVertex< Real >(), PlyColorAndValueVertex< Real >::operator Point3D< Real > &(), and operator*().
|
static |
|
static |
| Real PlyColorAndValueVertex< Real >::value |
Definition at line 476 of file Ply.h.
Referenced by PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::_PlyColorAndValueVertex(), PlyColorAndValueVertex< Real >::_PlyColorAndValueVertex::operator PlyColorAndValueVertex< Real >(), operator*(), and PlyColorAndValueVertex< Real >::PlyColorAndValueVertex().
|
static |
|
static |