
Go to the source code of this file.
Functions | |
| void | boxFilter (const PCRGB &in_pc, PCRGB &out_pc, double min_x, double max_x, double min_y, double max_y, double min_z, double max_z) |
| void | extractIndices (const PCRGB::Ptr &in_pc, pcl::IndicesPtr &inds, PCRGB::Ptr &out_pc, bool is_negative) |
| void | pubLoop (PCRGB &pc, const std::string &topic, double rate) |
| void | pubLoop (vector< PCRGB::Ptr > &pcs, const vector< std::string > &topics, double rate) |
| void | transformPC (const PCRGB &in_pc, PCRGB &out_pc, const Eigen::Affine3d &transform) |
| void boxFilter | ( | const PCRGB & | in_pc, |
| PCRGB & | out_pc, | ||
| double | min_x, | ||
| double | max_x, | ||
| double | min_y, | ||
| double | max_y, | ||
| double | min_z, | ||
| double | max_z | ||
| ) |
Definition at line 79 of file pcl_basic.cpp.
| void extractIndices | ( | const PCRGB::Ptr & | in_pc, |
| pcl::IndicesPtr & | inds, | ||
| PCRGB::Ptr & | out_pc, | ||
| bool | is_negative | ||
| ) |
Definition at line 33 of file pcl_basic.cpp.
Definition at line 51 of file pcl_basic.cpp.
Definition at line 63 of file pcl_basic.cpp.
| void transformPC | ( | const PCRGB & | in_pc, |
| PCRGB & | out_pc, | ||
| const Eigen::Affine3d & | transform | ||
| ) |
Definition at line 4 of file pcl_basic.cpp.