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

#include <projection_cache.h>

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

Public Member Functions

 ProjectionCacheObject ()
 
 ProjectionCacheObject (size_t point2ds_size)
 
size_t GetStartInd () const
 
size_t GetEndInd () const
 
base::BBox2DF GetBox () const
 
void SetStartInd (size_t ind)
 
void SetEndInd (size_t ind)
 
void SetBox (base::BBox2DF box)
 
const bool Empty () const
 
size_t Size () const
 

Constructor & Destructor Documentation

◆ ProjectionCacheObject() [1/2]

apollo::perception::fusion::ProjectionCacheObject::ProjectionCacheObject ( )
inline

◆ ProjectionCacheObject() [2/2]

apollo::perception::fusion::ProjectionCacheObject::ProjectionCacheObject ( size_t  point2ds_size)
inlineexplicit

Member Function Documentation

◆ Empty()

const bool apollo::perception::fusion::ProjectionCacheObject::Empty ( ) const
inline

◆ GetBox()

base::BBox2DF apollo::perception::fusion::ProjectionCacheObject::GetBox ( ) const
inline

◆ GetEndInd()

size_t apollo::perception::fusion::ProjectionCacheObject::GetEndInd ( ) const
inline

◆ GetStartInd()

size_t apollo::perception::fusion::ProjectionCacheObject::GetStartInd ( ) const
inline

◆ SetBox()

void apollo::perception::fusion::ProjectionCacheObject::SetBox ( base::BBox2DF  box)
inline

◆ SetEndInd()

void apollo::perception::fusion::ProjectionCacheObject::SetEndInd ( size_t  ind)
inline

◆ SetStartInd()

void apollo::perception::fusion::ProjectionCacheObject::SetStartInd ( size_t  ind)
inline

◆ Size()

size_t apollo::perception::fusion::ProjectionCacheObject::Size ( ) const
inline

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