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

Public Types | |
| typedef PlyOrientedVertex | Wrapper |
Public Member Functions | |
| PlyOrientedVertex (void) | |
| PlyOrientedVertex (Point3D< Real > p, Point3D< Real > n) | |
| PlyOrientedVertex | operator+ (PlyOrientedVertex p) const |
| PlyOrientedVertex | operator- (PlyOrientedVertex p) const |
| template<class _Real > | |
| PlyOrientedVertex | operator* (_Real s) const |
| template<class _Real > | |
| PlyOrientedVertex | operator/ (_Real s) const |
| PlyOrientedVertex & | operator+= (PlyOrientedVertex p) |
| PlyOrientedVertex & | operator-= (PlyOrientedVertex p) |
| template<class _Real > | |
| PlyOrientedVertex & | operator*= (_Real s) |
| template<class _Real > | |
| PlyOrientedVertex & | operator/= (_Real s) |
Public Attributes | |
| Point3D< Real > | point |
| Point3D< Real > | normal |
Static Public Attributes | |
| static const int | ReadComponents =6 |
| static const int | WriteComponents =6 |
| static PlyProperty | ReadProperties [] |
| static PlyProperty | WriteProperties [] |
| typedef PlyOrientedVertex PlyOrientedVertex< Real >::Wrapper |
|
inline |
Definition at line 340 of file Ply.h.
Referenced by PlyOrientedVertex< Real >::operator*(), PlyOrientedVertex< Real >::operator+(), PlyOrientedVertex< Real >::operator-(), and PlyOrientedVertex< Real >::operator/().
|
inline |
|
inline |
Definition at line 344 of file Ply.h.
References PlyOrientedVertex< Real >::normal, and PlyOrientedVertex< Real >::PlyOrientedVertex().
|
inline |
Definition at line 348 of file Ply.h.
References PlyOrientedVertex< Real >::normal.
|
inline |
Definition at line 342 of file Ply.h.
References PlyOrientedVertex< Real >::normal, PlyOrientedVertex< Real >::PlyOrientedVertex(), and PlyOrientedVertex< Real >::point.
|
inline |
Definition at line 346 of file Ply.h.
References PlyOrientedVertex< Real >::normal, and PlyOrientedVertex< Real >::point.
|
inline |
Definition at line 343 of file Ply.h.
References PlyOrientedVertex< Real >::normal, PlyOrientedVertex< Real >::PlyOrientedVertex(), and PlyOrientedVertex< Real >::point.
|
inline |
Definition at line 347 of file Ply.h.
References PlyOrientedVertex< Real >::normal, and PlyOrientedVertex< Real >::point.
|
inline |
Definition at line 345 of file Ply.h.
References PlyOrientedVertex< Real >::normal, and PlyOrientedVertex< Real >::PlyOrientedVertex().
|
inline |
Definition at line 349 of file Ply.h.
References PlyOrientedVertex< Real >::normal.
| Point3D<Real> PlyOrientedVertex< Real >::normal |
Definition at line 338 of file Ply.h.
Referenced by PlyOrientedVertex< Real >::operator*(), operator*(), PlyOrientedVertex< Real >::operator*=(), PlyOrientedVertex< Real >::operator+(), PlyOrientedVertex< Real >::operator+=(), PlyOrientedVertex< Real >::operator-(), PlyOrientedVertex< Real >::operator-=(), PlyOrientedVertex< Real >::operator/(), and PlyOrientedVertex< Real >::operator/=().
| Point3D<Real> PlyOrientedVertex< Real >::point |
Definition at line 338 of file Ply.h.
Referenced by operator*(), PlyOrientedVertex< Real >::operator+(), PlyOrientedVertex< Real >::operator+=(), PlyOrientedVertex< Real >::operator-(), and PlyOrientedVertex< Real >::operator-=().
|
static |
|
static |
|
static |
|
static |