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

Public Types | |
| typedef PlyVertex | Wrapper |
Public Member Functions | |
| PlyVertex (void) | |
| PlyVertex (Point3D< Real > p) | |
| PlyVertex | operator+ (PlyVertex p) const |
| PlyVertex | operator- (PlyVertex p) const |
| template<class _Real > | |
| PlyVertex | operator* (_Real s) const |
| template<class _Real > | |
| PlyVertex | operator/ (_Real s) const |
| PlyVertex & | operator+= (PlyVertex p) |
| PlyVertex & | operator-= (PlyVertex p) |
| template<class _Real > | |
| PlyVertex & | operator*= (_Real s) |
| template<class _Real > | |
| PlyVertex & | operator/= (_Real s) |
Public Attributes | |
| Point3D< Real > | point |
Static Public Attributes | |
| static const int | ReadComponents =3 |
| static const int | WriteComponents =3 |
| static PlyProperty | ReadProperties [] |
| static PlyProperty | WriteProperties [] |
Definition at line 263 of file Ply.h.
Referenced by PlyVertex< Real >::operator*(), PlyVertex< Real >::operator+(), PlyVertex< Real >::operator-(), and PlyVertex< Real >::operator/().
|
inline |
Definition at line 267 of file Ply.h.
References PlyVertex< Real >::PlyVertex().
Definition at line 265 of file Ply.h.
References PlyVertex< Real >::PlyVertex(), and PlyVertex< Real >::point.
Definition at line 269 of file Ply.h.
References PlyVertex< Real >::point.
Definition at line 266 of file Ply.h.
References PlyVertex< Real >::PlyVertex(), and PlyVertex< Real >::point.
Definition at line 270 of file Ply.h.
References PlyVertex< Real >::point.
|
inline |
Definition at line 268 of file Ply.h.
References PlyVertex< Real >::PlyVertex().
Definition at line 261 of file Ply.h.
Referenced by operator*(), PlyVertex< Real >::operator+(), PlyVertex< Real >::operator+=(), PlyVertex< Real >::operator-(), and PlyVertex< Real >::operator-=().
|
static |
|
static |
|
static |
|
static |