Apollo  6.0
Open source self driving car software
Public Member Functions | Public Attributes | List of all members
apollo::perception::common::GroundPlaneSpherical Struct Reference

#include <i_ground.h>

Collaboration diagram for apollo::perception::common::GroundPlaneSpherical:
Collaboration graph

Public Member Functions

 GroundPlaneSpherical ()
 
GroundPlaneSphericaloperator= (const GroundPlaneSpherical &pi)
 
bool IsValid () const
 
void ForceInvalid ()
 
int GetNrSupport () const
 
void SetNrSupport (int nr)
 
bool GetStatus () const
 
void SetStatus (bool flag)
 

Public Attributes

float theta
 
float phi
 
float d
 

Constructor & Destructor Documentation

◆ GroundPlaneSpherical()

apollo::perception::common::GroundPlaneSpherical::GroundPlaneSpherical ( )
inline

Member Function Documentation

◆ ForceInvalid()

void apollo::perception::common::GroundPlaneSpherical::ForceInvalid ( )
inline

◆ GetNrSupport()

int apollo::perception::common::GroundPlaneSpherical::GetNrSupport ( ) const
inline

◆ GetStatus()

bool apollo::perception::common::GroundPlaneSpherical::GetStatus ( ) const
inline

◆ IsValid()

bool apollo::perception::common::GroundPlaneSpherical::IsValid ( ) const
inline

◆ operator=()

GroundPlaneSpherical& apollo::perception::common::GroundPlaneSpherical::operator= ( const GroundPlaneSpherical pi)
inline

◆ SetNrSupport()

void apollo::perception::common::GroundPlaneSpherical::SetNrSupport ( int  nr)
inline

◆ SetStatus()

void apollo::perception::common::GroundPlaneSpherical::SetStatus ( bool  flag)
inline

Member Data Documentation

◆ d

float apollo::perception::common::GroundPlaneSpherical::d

◆ phi

float apollo::perception::common::GroundPlaneSpherical::phi

◆ theta

float apollo::perception::common::GroundPlaneSpherical::theta

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