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

Public Types | |
| typedef PlyValueVertex | Wrapper |
Public Member Functions | |
| PlyValueVertex (void) | |
| PlyValueVertex (Point3D< Real > p, Real v) | |
| PlyValueVertex | operator+ (PlyValueVertex p) const |
| PlyValueVertex | operator- (PlyValueVertex p) const |
| template<class _Real > | |
| PlyValueVertex | operator* (_Real s) const |
| template<class _Real > | |
| PlyValueVertex | operator/ (_Real s) const |
| PlyValueVertex & | operator+= (PlyValueVertex p) |
| PlyValueVertex & | operator-= (PlyValueVertex p) |
| template<class _Real > | |
| PlyValueVertex & | operator*= (_Real s) |
| template<class _Real > | |
| PlyValueVertex & | operator/= (_Real s) |
Public Attributes | |
| Point3D< Real > | point |
| Real | value |
Static Public Attributes | |
| static const int | ReadComponents =4 |
| static const int | WriteComponents =4 |
| static PlyProperty | ReadProperties [] |
| static PlyProperty | WriteProperties [] |
| typedef PlyValueVertex PlyValueVertex< Real >::Wrapper |
|
inline |
Definition at line 301 of file Ply.h.
Referenced by PlyValueVertex< Real >::operator*(), PlyValueVertex< Real >::operator+(), PlyValueVertex< Real >::operator-(), and PlyValueVertex< Real >::operator/().
|
inline |
|
inline |
Definition at line 305 of file Ply.h.
References PlyValueVertex< Real >::PlyValueVertex(), and PlyValueVertex< Real >::value.
|
inline |
Definition at line 309 of file Ply.h.
References PlyValueVertex< Real >::value.
|
inline |
Definition at line 303 of file Ply.h.
References PlyValueVertex< Real >::PlyValueVertex(), PlyValueVertex< Real >::point, and PlyValueVertex< Real >::value.
|
inline |
Definition at line 307 of file Ply.h.
References PlyValueVertex< Real >::point, and PlyValueVertex< Real >::value.
|
inline |
Definition at line 304 of file Ply.h.
References PlyValueVertex< Real >::PlyValueVertex(), and PlyValueVertex< Real >::value.
|
inline |
Definition at line 308 of file Ply.h.
References PlyValueVertex< Real >::point, and PlyValueVertex< Real >::value.
|
inline |
Definition at line 306 of file Ply.h.
References PlyValueVertex< Real >::PlyValueVertex(), and PlyValueVertex< Real >::value.
|
inline |
Definition at line 310 of file Ply.h.
References PlyValueVertex< Real >::value.
| Point3D<Real> PlyValueVertex< Real >::point |
Definition at line 298 of file Ply.h.
Referenced by operator*(), PlyValueVertex< Real >::operator+(), PlyValueVertex< Real >::operator+=(), and PlyValueVertex< Real >::operator-=().
|
static |
|
static |
| Real PlyValueVertex< Real >::value |
Definition at line 299 of file Ply.h.
Referenced by PlyValueVertex< Real >::operator*(), operator*(), PlyValueVertex< Real >::operator*=(), PlyValueVertex< Real >::operator+(), PlyValueVertex< Real >::operator+=(), PlyValueVertex< Real >::operator-(), PlyValueVertex< Real >::operator-=(), PlyValueVertex< Real >::operator/(), and PlyValueVertex< Real >::operator/=().
|
static |
|
static |