Public Member Functions | |
PointData (pcl::poisson::Point3D< Real > p, Real w, Real v=0) | |
Public Attributes | |
pcl::poisson::Point3D< Real > | position |
Real | value |
Real | weight |
Definition at line 201 of file multi_grid_octree_data.h.
pcl::poisson::Octree< Degree >::PointData::PointData | ( | pcl::poisson::Point3D< Real > | p, |
Real | w, | ||
Real | v = 0 |
||
) | [inline] |
Definition at line 206 of file multi_grid_octree_data.h.
pcl::poisson::Point3D< Real > pcl::poisson::Octree< Degree >::PointData::position |
Definition at line 203 of file multi_grid_octree_data.h.
Real pcl::poisson::Octree< Degree >::PointData::value |
Definition at line 205 of file multi_grid_octree_data.h.
Real pcl::poisson::Octree< Degree >::PointData::weight |
Definition at line 204 of file multi_grid_octree_data.h.