|
Point Cloud Library (PCL)
1.8.0
|
#include </build/pcl-1.8.0+dfsg1/gpu/surface/src/internal.h>
Public Member Functions | |
| PointStream (const Cloud &cloud) | |
| void | computeInitalSimplex () |
| void | initalClassify () |
| int | searchFacetHeads (size_t facet_count, DeviceArray< int > &head_points) |
| void | classify (FacetStream &fs) |
Public Attributes | |
| const Cloud | cloud |
| FacetsDists | facets_dists |
| Perm | perm |
| size_t | cloud_size |
| InitalSimplex | simplex |
| float | cloud_diag |
Definition at line 94 of file internal.h.
| pcl::device::PointStream::PointStream | ( | const Cloud & | cloud | ) |
| void pcl::device::PointStream::classify | ( | FacetStream & | fs | ) |
| void pcl::device::PointStream::computeInitalSimplex | ( | ) |
| void pcl::device::PointStream::initalClassify | ( | ) |
| int pcl::device::PointStream::searchFacetHeads | ( | size_t | facet_count, |
| DeviceArray< int > & | head_points | ||
| ) |
| const Cloud pcl::device::PointStream::cloud |
Definition at line 99 of file internal.h.
| float pcl::device::PointStream::cloud_diag |
Definition at line 106 of file internal.h.
| size_t pcl::device::PointStream::cloud_size |
Definition at line 103 of file internal.h.
| FacetsDists pcl::device::PointStream::facets_dists |
Definition at line 100 of file internal.h.
| Perm pcl::device::PointStream::perm |
Definition at line 101 of file internal.h.
| InitalSimplex pcl::device::PointStream::simplex |
Definition at line 105 of file internal.h.