Apollo  6.0
Open source self driving car software
Public Member Functions | List of all members
apollo::perception::common::SecureMat< T > Class Template Reference

#include <secure_matrix.h>

Collaboration diagram for apollo::perception::common::SecureMat< T >:
Collaboration graph

Public Member Functions

 SecureMat ()
 
size_t height ()
 
size_t width ()
 
void Reserve (const size_t reserve_height, const size_t reserve_width)
 
void Resize (const size_t resize_height, const size_t resize_width)
 
std::string ToString () const
 
const T & operator() (const size_t row, const size_t col) const
 
T & operator() (const size_t row, const size_t col)
 

Constructor & Destructor Documentation

◆ SecureMat()

template<typename T>
apollo::perception::common::SecureMat< T >::SecureMat ( )
inline

Member Function Documentation

◆ height()

template<typename T>
size_t apollo::perception::common::SecureMat< T >::height ( )
inline

◆ operator()() [1/2]

template<typename T>
const T& apollo::perception::common::SecureMat< T >::operator() ( const size_t  row,
const size_t  col 
) const
inline

◆ operator()() [2/2]

template<typename T>
T& apollo::perception::common::SecureMat< T >::operator() ( const size_t  row,
const size_t  col 
)
inline

◆ Reserve()

template<typename T>
void apollo::perception::common::SecureMat< T >::Reserve ( const size_t  reserve_height,
const size_t  reserve_width 
)
inline

◆ Resize()

template<typename T>
void apollo::perception::common::SecureMat< T >::Resize ( const size_t  resize_height,
const size_t  resize_width 
)
inline

◆ ToString()

template<typename T>
std::string apollo::perception::common::SecureMat< T >::ToString ( ) const
inline

◆ width()

template<typename T>
size_t apollo::perception::common::SecureMat< T >::width ( )
inline

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