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

Classes | |
| struct | _PlyColorVertex |
Public Types | |
| typedef _PlyColorVertex | Wrapper |
Public Member Functions | |
| operator Point3D< Real > & () | |
| operator const Point3D< Real > & () const | |
| PlyColorVertex (void) | |
| PlyColorVertex (const Point3D< Real > &p) | |
| PlyColorVertex (const Point3D< Real > &p, const unsigned char c[3]) | |
Public Attributes | |
| Point3D< Real > | point |
| unsigned char | color [3] |
Static Public Attributes | |
| static const int | ReadComponents =9 |
| static const int | WriteComponents =6 |
| static PlyProperty | ReadProperties [] |
| static PlyProperty | WriteProperties [] |
| typedef _PlyColorVertex PlyColorVertex< Real >::Wrapper |
|
inline |
Definition at line 410 of file Ply.h.
References PlyColorVertex< Real >::color.
|
inline |
|
inline |
Definition at line 412 of file Ply.h.
References PlyColorVertex< Real >::color.
|
inline |
Definition at line 409 of file Ply.h.
References PlyColorVertex< Real >::point.
|
inline |
Definition at line 408 of file Ply.h.
References PlyColorVertex< Real >::point.
| unsigned char PlyColorVertex< Real >::color[3] |
Definition at line 406 of file Ply.h.
Referenced by PlyColorVertex< Real >::_PlyColorVertex::_PlyColorVertex(), PlyColorVertex< Real >::_PlyColorVertex::operator PlyColorVertex< Real >(), operator*(), and PlyColorVertex< Real >::PlyColorVertex().
| Point3D< Real > PlyColorVertex< Real >::point |
Definition at line 405 of file Ply.h.
Referenced by PlyColorVertex< Real >::_PlyColorVertex::_PlyColorVertex(), PlyColorVertex< Real >::operator const Point3D< Real > &(), PlyColorVertex< Real >::_PlyColorVertex::operator PlyColorVertex< Real >(), PlyColorVertex< Real >::operator Point3D< Real > &(), and operator*().
|
static |
|
static |
|
static |
|
static |