Solar
Public Member Functions | List of all members
SolAR::MODULES::PCL::SolARPCFilter Class Reference

This component filters a point cloud based on Point Cloud Library (PCL). More...

#include <SolARPCFilterPCL.h>

Inheritance diagram for SolAR::MODULES::PCL::SolARPCFilter:
Inheritance graph
[legend]
Collaboration diagram for SolAR::MODULES::PCL::SolARPCFilter:
Collaboration graph
[legend]

Public Member Functions

FrameworkReturnCode filter (const SRef< datastructure::PointCloud > inPointCloud, SRef< datastructure::PointCloud > &outPointCloud) const override final
 Filter a point cloud. More...
 
void unloadComponent () override final
 

Detailed Description

This component filters a point cloud based on Point Cloud Library (PCL).

Member Function Documentation

◆ filter()

FrameworkReturnCode SolAR::MODULES::PCL::SolARPCFilter::filter ( const SRef< datastructure::PointCloud >  inPointCloud,
SRef< datastructure::PointCloud > &  outPointCloud 
) const
finaloverride

Filter a point cloud.

Parameters
[in]inPointCloudThe point cloud to filter
[out]outPointCloudThe resulting point cloud after filtering

The documentation for this class was generated from the following file: