Apollo  6.0
Open source self driving car software
Public Member Functions | Protected Attributes | List of all members
apollo::perception::radar::BaseTracker Class Referenceabstract

#include <base_tracker.h>

Inheritance diagram for apollo::perception::radar::BaseTracker:
Inheritance graph
Collaboration diagram for apollo::perception::radar::BaseTracker:
Collaboration graph

Public Member Functions

 BaseTracker ()
 
virtual ~BaseTracker ()=default
 
virtual bool Init ()=0
 
virtual bool Track (const base::Frame &detected_frame, const TrackerOptions &options, base::FramePtr tracked_frame)=0
 
virtual std::string Name ()
 

Protected Attributes

std::string name_
 

Constructor & Destructor Documentation

◆ BaseTracker()

apollo::perception::radar::BaseTracker::BaseTracker ( )
inline

◆ ~BaseTracker()

virtual apollo::perception::radar::BaseTracker::~BaseTracker ( )
virtualdefault

Member Function Documentation

◆ Init()

virtual bool apollo::perception::radar::BaseTracker::Init ( )
pure virtual

◆ Name()

virtual std::string apollo::perception::radar::BaseTracker::Name ( )
inlinevirtual

◆ Track()

virtual bool apollo::perception::radar::BaseTracker::Track ( const base::Frame detected_frame,
const TrackerOptions options,
base::FramePtr  tracked_frame 
)
pure virtual

Member Data Documentation

◆ name_

std::string apollo::perception::radar::BaseTracker::name_
protected

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