|
Point Cloud Library (PCL) 1.15.1
|
#include </builddir/build/BUILD/pcl-1.15.1-build/pcl-pcl-1.15.1/gpu/surface/src/internal.h>
Public Member Functions | |
| PointStream (const Cloud &cloud) | |
| void | computeInitalSimplex () |
| void | initalClassify () |
| int | searchFacetHeads (std::size_t facet_count, DeviceArray< int > &head_points) |
| void | classify (FacetStream &fs) |
Public Attributes | |
| const Cloud | cloud |
| FacetsDists | facets_dists |
| Perm | perm |
| std::size_t | cloud_size |
| InitalSimplex | simplex |
| float | cloud_diag |
Definition at line 93 of file internal.h.
| void pcl::device::PointStream::classify | ( | FacetStream & | fs | ) |
| void pcl::device::PointStream::computeInitalSimplex | ( | ) |
| void pcl::device::PointStream::initalClassify | ( | ) |
| int pcl::device::PointStream::searchFacetHeads | ( | std::size_t | facet_count, |
| DeviceArray< int > & | head_points ) |
| const Cloud pcl::device::PointStream::cloud |
Definition at line 98 of file internal.h.
Referenced by PointStream().
| float pcl::device::PointStream::cloud_diag |
Definition at line 105 of file internal.h.
| std::size_t pcl::device::PointStream::cloud_size |
Definition at line 102 of file internal.h.
| FacetsDists pcl::device::PointStream::facets_dists |
Definition at line 99 of file internal.h.
| Perm pcl::device::PointStream::perm |
Definition at line 100 of file internal.h.
| InitalSimplex pcl::device::PointStream::simplex |
Definition at line 104 of file internal.h.