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

Public Member Functions | |
| 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 | |
| Point3D< Real > | position |
| Real | weightedCoarserDValue |
| Real | weight |
| Real | normal [3] |
| Real | color [3] |
Definition at line 237 of file MultiGridOctreeData.h.
|
inline |
Definition at line 242 of file MultiGridOctreeData.h.
References PointData< Real >::position, PointData< Real >::weight, and PointData< Real >::weightedCoarserDValue.
Definition at line 24 of file PointData.h.
Referenced by PointData< Real >::operator*(), and PointData< Real >::operator/().
|
inline |
Definition at line 25 of file PointData.h.
References PointData< Real >::color, and PointData< Real >::normal.
Definition at line 34 of file PointData.h.
References PointData< Real >::color, PointData< Real >::normal, and PointData< Real >::PointData().
Definition at line 49 of file PointData.h.
References PointData< Real >::color, and PointData< Real >::normal.
Referenced by Vertex< _Real >::operator*=(), and Vertex< _Real >::operator/=().
|
inline |
Definition at line 40 of file PointData.h.
References PointData< Real >::color, and PointData< Real >::normal.
Referenced by Vertex< _Real >::operator+=().
Definition at line 36 of file PointData.h.
References PointData< Real >::color, PointData< Real >::normal, and PointData< Real >::PointData().
| Real PointData< Real >::color[3] |
Definition at line 61 of file PointData.h.
Referenced by ExtractMesh(), PointStream< Real >::nextPoint(), PointData< Real >::operator*(), PointData< Real >::operator*=(), PointData< Real >::operator+=(), PointData< Real >::operator/(), and PointData< Real >::PointData().
| Real PointData< Real >::normal[3] |
Definition at line 60 of file PointData.h.
Referenced by Execute(), PointStream< Real >::nextPoint(), PointData< Real >::operator*(), PointData< Real >::operator*=(), PointData< Real >::operator+=(), PointData< Real >::operator/(), and PointData< Real >::PointData().
Definition at line 239 of file MultiGridOctreeData.h.
Referenced by PointData< Real >::PointData().
| Real PointData< Real >::weight |
Definition at line 241 of file MultiGridOctreeData.h.
Referenced by PointData< Real >::PointData().
| Real PointData< Real >::weightedCoarserDValue |
Definition at line 240 of file MultiGridOctreeData.h.
Referenced by PointData< Real >::PointData().