|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/filters/impl/convolution_3d.hpp>
Public Types | |
| using | Ptr |
| using | ConstPtr |
| using | PointCloudInConstPtr |
Public Member Functions | |
| ConvolvingKernel () | |
| empty constructor | |
| virtual | ~ConvolvingKernel ()=default |
| empty destructor | |
| void | setInputCloud (const PointCloudInConstPtr &input) |
| Set input cloud. | |
| virtual pcl::Normal | operator() (const Indices &indices, const std::vector< float > &distances)=0 |
| Convolve point at the center of this local information. | |
| virtual bool | initCompute () |
| Must call this method before doing any computation. | |
Protected Attributes | |
| PointCloudInConstPtr | input_ |
| source cloud | |
Definition at line 61 of file convolution_3d.hpp.
| using pcl::filters::ConvolvingKernel< PointT, pcl::Normal >::ConstPtr |
Definition at line 59 of file convolution_3d.h.
| using pcl::filters::ConvolvingKernel< PointT, pcl::Normal >::PointCloudInConstPtr |
Definition at line 61 of file convolution_3d.h.
| using pcl::filters::ConvolvingKernel< PointT, pcl::Normal >::Ptr |
Definition at line 58 of file convolution_3d.h.
|
inline |
empty constructor
Definition at line 64 of file convolution_3d.h.
|
virtualdefault |
empty destructor
|
inlinevirtual |
Must call this method before doing any computation.
Definition at line 94 of file convolution_3d.h.
|
pure virtual |
Convolve point at the center of this local information.
| [in] | indices | indices of the point in the source point cloud |
| [in] | distances | euclidean distance squared from the query point |
|
inline |
Set input cloud.
| [in] | input | source point cloud |
Definition at line 73 of file convolution_3d.h.
|
protected |
source cloud
Definition at line 107 of file convolution_3d.h.