|
Point Cloud Library (PCL)
1.15.1-dev
|
#include </__w/1/s/gpu/surface/src/internal.h>
Collaboration diagram for pcl::device::FacetStream:Public Member Functions | |
| FacetStream (std::size_t buffer_size) | |
| void | setInitialFacets (const InitalSimplex &simplex) |
| void | compactFacets () |
| bool | canSplit () const |
| void | splitFacets () |
Public Attributes | |
| DeviceArray2D< int > | verts_inds |
| DeviceArray< int > | head_points |
| std::size_t | facet_count |
| DeviceArray2D< int > | empty_facets |
| DeviceArray< int > | empty_count |
| DeviceArray< int > | scan_buffer |
Definition at line 63 of file internal.h.
| pcl::device::FacetStream::FacetStream | ( | std::size_t | buffer_size | ) |
| bool pcl::device::FacetStream::canSplit | ( | ) | const |
| void pcl::device::FacetStream::compactFacets | ( | ) |
| void pcl::device::FacetStream::setInitialFacets | ( | const InitalSimplex & | simplex | ) |
| void pcl::device::FacetStream::splitFacets | ( | ) |
| DeviceArray<int> pcl::device::FacetStream::empty_count |
Definition at line 75 of file internal.h.
| DeviceArray2D<int> pcl::device::FacetStream::empty_facets |
Definition at line 74 of file internal.h.
| std::size_t pcl::device::FacetStream::facet_count |
Definition at line 72 of file internal.h.
| DeviceArray<int> pcl::device::FacetStream::head_points |
Definition at line 71 of file internal.h.
| DeviceArray<int> pcl::device::FacetStream::scan_buffer |
Definition at line 77 of file internal.h.
| DeviceArray2D<int> pcl::device::FacetStream::verts_inds |
Definition at line 69 of file internal.h.