Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::fusion::ProjectionCacheFrame Class Reference

#include <projection_cache.h>

Collaboration diagram for apollo::perception::fusion::ProjectionCacheFrame:
Collaboration graph

Public Member Functions

 ProjectionCacheFrame ()
 
 ProjectionCacheFrame (std::string sensor_id, double timestamp)
 
bool VerifyKey (std::string sensor_id, double timestamp)
 
ProjectionCacheObjectBuildObject (int lidar_object_id)
 
ProjectionCacheObjectQueryObject (int lidar_object_id)
 

Constructor & Destructor Documentation

◆ ProjectionCacheFrame() [1/2]

apollo::perception::fusion::ProjectionCacheFrame::ProjectionCacheFrame ( )
inline

◆ ProjectionCacheFrame() [2/2]

apollo::perception::fusion::ProjectionCacheFrame::ProjectionCacheFrame ( std::string  sensor_id,
double  timestamp 
)
inline

Member Function Documentation

◆ BuildObject()

ProjectionCacheObject* apollo::perception::fusion::ProjectionCacheFrame::BuildObject ( int  lidar_object_id)
inline

◆ QueryObject()

ProjectionCacheObject* apollo::perception::fusion::ProjectionCacheFrame::QueryObject ( int  lidar_object_id)
inline

◆ VerifyKey()

bool apollo::perception::fusion::ProjectionCacheFrame::VerifyKey ( std::string  sensor_id,
double  timestamp 
)
inline

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