Apollo  v5.5.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::lidar::PointCloudPreprocessor Class Reference

#include <pointcloud_preprocessor.h>

Collaboration diagram for apollo::perception::lidar::PointCloudPreprocessor:
Collaboration graph

Public Member Functions

 PointCloudPreprocessor ()=default
 
 ~PointCloudPreprocessor ()=default
 
bool Init (const PointCloudPreprocessorInitOptions &options=PointCloudPreprocessorInitOptions())
 
bool Preprocess (const PointCloudPreprocessorOptions &options, const std::shared_ptr< apollo::drivers::PointCloud const > &message, LidarFrame *frame) const
 
bool Preprocess (const PointCloudPreprocessorOptions &options, LidarFrame *frame) const
 
std::string Name () const
 

Constructor & Destructor Documentation

◆ PointCloudPreprocessor()

apollo::perception::lidar::PointCloudPreprocessor::PointCloudPreprocessor ( )
default

◆ ~PointCloudPreprocessor()

apollo::perception::lidar::PointCloudPreprocessor::~PointCloudPreprocessor ( )
default

Member Function Documentation

◆ Init()

bool apollo::perception::lidar::PointCloudPreprocessor::Init ( const PointCloudPreprocessorInitOptions options = PointCloudPreprocessorInitOptions())

◆ Name()

std::string apollo::perception::lidar::PointCloudPreprocessor::Name ( ) const
inline

◆ Preprocess() [1/2]

bool apollo::perception::lidar::PointCloudPreprocessor::Preprocess ( const PointCloudPreprocessorOptions options,
const std::shared_ptr< apollo::drivers::PointCloud const > &  message,
LidarFrame frame 
) const

◆ Preprocess() [2/2]

bool apollo::perception::lidar::PointCloudPreprocessor::Preprocess ( const PointCloudPreprocessorOptions options,
LidarFrame frame 
) const

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