1.3.64
 
Loading...
Searching...
No Matches
HitTable< datatype > Class Template Reference

Public Member Functions

 HitTable (const int nx, const int ny)
 
 HitTable (const int nx, const int ny, const datatype initval)
 
datatype get (const int i, const int j) const
 
void set (const int i, const int j, const datatype value)
 
void resize (const int nx, const int ny, const datatype initval)
 

Data Fields

uint Ntheta
 
uint Nphi
 

Detailed Description

template<class datatype>
class HitTable< datatype >

Definition at line 26 of file LiDAR.h.

Constructor & Destructor Documentation

◆ HitTable() [1/3]

template<class datatype >
HitTable< datatype >::HitTable ( void  )
inline

Definition at line 30 of file LiDAR.h.

◆ HitTable() [2/3]

template<class datatype >
HitTable< datatype >::HitTable ( const int  nx,
const int  ny 
)
inline

Definition at line 34 of file LiDAR.h.

◆ HitTable() [3/3]

template<class datatype >
HitTable< datatype >::HitTable ( const int  nx,
const int  ny,
const datatype  initval 
)
inline

Definition at line 42 of file LiDAR.h.

Member Function Documentation

◆ get()

template<class datatype >
datatype HitTable< datatype >::get ( const int  i,
const int  j 
) const
inline

Definition at line 51 of file LiDAR.h.

◆ resize()

template<class datatype >
void HitTable< datatype >::resize ( const int  nx,
const int  ny,
const datatype  initval 
)
inline

Definition at line 67 of file LiDAR.h.

◆ set()

template<class datatype >
void HitTable< datatype >::set ( const int  i,
const int  j,
const datatype  value 
)
inline

Definition at line 59 of file LiDAR.h.

Field Documentation

◆ Nphi

template<class datatype >
uint HitTable< datatype >::Nphi

Definition at line 28 of file LiDAR.h.

◆ Ntheta

template<class datatype >
uint HitTable< datatype >::Ntheta

Definition at line 28 of file LiDAR.h.


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