#include <normal_3d_tbb.h>
Public Member Functions | |
| void | operator() (const tbb::blocked_range< size_t > &r) const |
| Method holding the actual computational loop. | |
| TBB_NormalEstimationTBB (NormalEstimationTBB< PointInT, PointOutT > *feature, PointCloudOut &output) | |
| Empty constructor. | |
Private Types | |
| typedef Feature< PointInT, PointOutT >::PointCloudOut | PointCloudOut |
Private Attributes | |
| NormalEstimationTBB< PointInT, PointOutT > * | feature_ |
| PointCloudOut & | output_ |
Definition at line 116 of file normal_3d_tbb.h.
typedef Feature<PointInT, PointOutT>::PointCloudOut pcl::TBB_NormalEstimationTBB< PointInT, PointOutT >::PointCloudOut [private] |
Definition at line 118 of file normal_3d_tbb.h.
| pcl::TBB_NormalEstimationTBB< PointInT, PointOutT >::TBB_NormalEstimationTBB | ( | NormalEstimationTBB< PointInT, PointOutT > * | feature, | |
| PointCloudOut & | output | |||
| ) | [inline] |
Empty constructor.
Definition at line 128 of file normal_3d_tbb.h.
| void pcl::TBB_NormalEstimationTBB< PointInT, PointOutT >::operator() | ( | const tbb::blocked_range< size_t > & | r | ) | const [inline] |
Method holding the actual computational loop.
Definition at line 45 of file normal_3d_tbb.hpp.
NormalEstimationTBB<PointInT, PointOutT>* pcl::TBB_NormalEstimationTBB< PointInT, PointOutT >::feature_ [private] |
Definition at line 120 of file normal_3d_tbb.h.
PointCloudOut& pcl::TBB_NormalEstimationTBB< PointInT, PointOutT >::output_ [private] |
Definition at line 121 of file normal_3d_tbb.h.