|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/common/random.h>
Public Member Functions | |
| Parameters (T _mean=0, T _sigma=1, pcl::uint32_t _seed=1) | |
Public Attributes | |
| T | mean |
| T | sigma |
| pcl::uint32_t | seed |
| pcl::common::NormalGenerator< T >::Parameters::Parameters | ( | T | _mean = 0, |
| T | _sigma = 1, |
||
| pcl::uint32_t | _seed = 1 |
||
| ) | [inline] |
| T pcl::common::NormalGenerator< T >::Parameters::mean |
| pcl::uint32_t pcl::common::NormalGenerator< T >::Parameters::seed |
Definition at line 174 of file random.h.
Referenced by pcl::common::NormalGenerator< T >::NormalGenerator().
| T pcl::common::NormalGenerator< T >::Parameters::sigma |