|
Point Cloud Library (PCL)
1.10.0
|
#include <pcl/common/generate.h>
Public Types | |
| using | GeneratorParameters = typename GeneratorT::Parameters |
Public Member Functions | |
| CloudGenerator () | |
| CloudGenerator (const GeneratorParameters ¶ms) | |
| CloudGenerator (const GeneratorParameters &x_params, const GeneratorParameters &y_params) | |
| void | setParameters (const GeneratorParameters ¶ms) |
| void | setParametersForX (const GeneratorParameters &x_params) |
| void | setParametersForY (const GeneratorParameters &y_params) |
| const GeneratorParameters & | getParametersForX () const |
| const GeneratorParameters & | getParametersForY () const |
| pcl::PointXY | get () |
| int | fill (pcl::PointCloud< pcl::PointXY > &cloud) |
| int | fill (int width, int height, pcl::PointCloud< pcl::PointXY > &cloud) |
Definition at line 143 of file generate.h.
| using pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters = typename GeneratorT::Parameters |
Definition at line 146 of file generate.h.
| pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator | ( | ) |
Definition at line 180 of file generate.hpp.
| pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator | ( | const GeneratorParameters & | params | ) |
Definition at line 195 of file generate.hpp.
| pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::CloudGenerator | ( | const GeneratorParameters & | x_params, |
| const GeneratorParameters & | y_params | ||
| ) |
Definition at line 187 of file generate.hpp.
| int pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::fill | ( | int | width, |
| int | height, | ||
| pcl::PointCloud< pcl::PointXY > & | cloud | ||
| ) |
Definition at line 257 of file generate.hpp.
References pcl::PointCloud< PointT >::empty(), pcl::PointCloud< PointT >::height, pcl::PointCloud< PointT >::is_dense, pcl::PointCloud< PointT >::resize(), and pcl::PointCloud< PointT >::width.
| int pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::fill | ( | pcl::PointCloud< pcl::PointXY > & | cloud | ) |
Definition at line 250 of file generate.hpp.
References pcl::PointCloud< PointT >::height, and pcl::PointCloud< PointT >::width.
| pcl::PointXY pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::get | ( | ) |
Definition at line 240 of file generate.hpp.
References pcl::PointXY::x, and pcl::PointXY::y.
| const pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters & pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::getParametersForX | ( | ) | const |
Definition at line 226 of file generate.hpp.
| const pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::GeneratorParameters & pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::getParametersForY | ( | ) | const |
Definition at line 233 of file generate.hpp.
| void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParameters | ( | const GeneratorParameters & | params | ) |
Definition at line 202 of file generate.hpp.
| void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParametersForX | ( | const GeneratorParameters & | x_params | ) |
Definition at line 212 of file generate.hpp.
| void pcl::common::CloudGenerator< pcl::PointXY, GeneratorT >::setParametersForY | ( | const GeneratorParameters & | y_params | ) |
Definition at line 219 of file generate.hpp.