Functions | |
template<class T1 , class T2 > | |
bool | toPCL (const yarp::sig::PointCloud< T1 > &yarpCloud, ::pcl::PointCloud< T2 > &pclCloud) |
Convert a yarp::sig::PointCloud to a pcl::PointCloud object. More... | |
template<class T1 , class T2 > | |
bool | fromPCL (const ::pcl::PointCloud< T1 > &pclCloud, yarp::sig::PointCloud< T2 > &yarpCloud) |
Convert a pcl::PointCloud to a yarp::sig::PointCloud object. More... | |
template<class T1 , class T2 > | |
int | savePCD (const std::string &file_name, const yarp::sig::PointCloud< T1 > &yarpCloud) |
Save a yarp::sig::PointCloud to PCD file, ASCII format. More... | |
template<class T1 , class T2 > | |
int | loadPCD (const std::string &file_name, yarp::sig::PointCloud< T2 > &yarpCloud) |
Load a yarp::sig::PointCloud from a PCD file, ASCII format. More... | |
|
inline |
Convert a pcl::PointCloud to a yarp::sig::PointCloud object.
[in] | pclCloud | pcl::PointCloud input |
[out] | yarpCloud | yarp cloud filled with data contained in the pcl cloud. |
|
inline |
Load a yarp::sig::PointCloud from a PCD file, ASCII format.
[in] | file_name | of the PCD file containing the cloud |
[out] | yarpCloud | yarp::sig::PointCloud obtained from the PCD file |
|
inline |
Save a yarp::sig::PointCloud to PCD file, ASCII format.
[in] | file_name | name of the file to be created with the cloud |
[in] | yarpCloud | yarp::sig::PointCloud input |
|
inline |
Convert a yarp::sig::PointCloud to a pcl::PointCloud object.
[in] | yarpCloud | yarp::sig::PointCloud input |
[out] | pclCloud | pcl::PointCloud filled with data contained in the yarp cloud |