|
Open3D (C++ API)
0.18.0+252c867
|
Public Types | |
| typedef _Real | Real |
Public Member Functions | |
| Open3DVertex () | |
| Open3DVertex (Point< Real, 3 > point) | |
| Open3DVertex & | operator*= (Real s) |
| Open3DVertex & | operator+= (const Open3DVertex &p) |
| Open3DVertex & | operator/= (Real s) |
Data Fields | |
| Point< Real, 3 > | point |
| Eigen::Vector3d | normal_ |
| Eigen::Vector3d | color_ |
| double | w_ |
| typedef _Real open3d::geometry::poisson::Open3DVertex< _Real >::Real |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Eigen::Vector3d open3d::geometry::poisson::Open3DVertex< _Real >::color_ |
| Eigen::Vector3d open3d::geometry::poisson::Open3DVertex< _Real >::normal_ |
| Point<Real, 3> open3d::geometry::poisson::Open3DVertex< _Real >::point |
| double open3d::geometry::poisson::Open3DVertex< _Real >::w_ |