Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::lidar::BasePointCloudPreprocessor Class Referenceabstract

#include <base_pointcloud_preprocessor.h>

Inheritance diagram for apollo::perception::lidar::BasePointCloudPreprocessor:
Inheritance graph
Collaboration diagram for apollo::perception::lidar::BasePointCloudPreprocessor:
Collaboration graph

Public Member Functions

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

Constructor & Destructor Documentation

◆ BasePointCloudPreprocessor()

apollo::perception::lidar::BasePointCloudPreprocessor::BasePointCloudPreprocessor ( )
default

◆ ~BasePointCloudPreprocessor()

virtual apollo::perception::lidar::BasePointCloudPreprocessor::~BasePointCloudPreprocessor ( )
virtualdefault

Member Function Documentation

◆ Init()

virtual bool apollo::perception::lidar::BasePointCloudPreprocessor::Init ( const PointCloudPreprocessorInitOptions options = PointCloudPreprocessorInitOptions())
pure virtual

◆ Name()

virtual std::string apollo::perception::lidar::BasePointCloudPreprocessor::Name ( ) const
pure virtual

◆ Preprocess() [1/2]

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

◆ Preprocess() [2/2]

virtual bool apollo::perception::lidar::BasePointCloudPreprocessor::Preprocess ( const PointCloudPreprocessorOptions options,
LidarFrame frame 
) const
pure virtual

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