![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Public Types | |
| typedef _Real | Real |
Public Member Functions | |
| Vertex (const Point< Real, 3 > &point) | |
| Vertex (const Point< Real, 3 > &point, const PointData< Real > &data, double _w=0.0) | |
| Vertex () | |
| Vertex & | operator*= (Real s) |
| Vertex & | operator/= (Real s) |
| Vertex & | operator+= (const Vertex &p) |
Public Member Functions inherited from PointData< _Real > | |
| PointData (Point3D< _Real > p=Point3D< _Real >(), _Real w=0) | |
| PointData () | |
| PointData (const _Real _normal[3], const _Real _color[3], _Real scale=1.0) | |
| PointData | operator* (_Real s) const |
| PointData | operator/ (_Real s) const |
| PointData & | operator+= (const PointData &d) |
| PointData & | operator*= (_Real s) |
Public Attributes | |
| Point< Real, 3 > | point |
| double | w |
Public Attributes inherited from PointData< _Real > | |
| Point3D< _Real > | position |
| _Real | weightedCoarserDValue |
| _Real | weight |
| _Real | normal [3] |
| _Real | color [3] |
Definition at line 55 of file PoissonReconLib.cpp.
Definition at line 57 of file PoissonReconLib.cpp.
Definition at line 59 of file PoissonReconLib.cpp.
|
inline |
Definition at line 62 of file PoissonReconLib.cpp.
Definition at line 67 of file PoissonReconLib.cpp.
Definition at line 69 of file PoissonReconLib.cpp.
References PointData< Real >::operator*=().
Definition at line 84 of file PoissonReconLib.cpp.
References PointData< Real >::operator+=(), Vertex< _Real >::point, and Vertex< _Real >::w.
Definition at line 77 of file PoissonReconLib.cpp.
References PointData< Real >::operator*=().
Definition at line 93 of file PoissonReconLib.cpp.
Referenced by ExtractMesh(), and Vertex< _Real >::operator+=().
| double Vertex< _Real >::w |
Definition at line 94 of file PoissonReconLib.cpp.
Referenced by ExtractMesh(), and Vertex< _Real >::operator+=().