#include <point_cloud.h>
Static Public Member Functions | |
template<typename Stream > | |
static void | read (Stream &stream, pcl::PointCloud< T > &m) |
static uint32_t | serializedLength (const pcl::PointCloud< T > &m) |
template<typename Stream > | |
static void | write (Stream &stream, const pcl::PointCloud< T > &m) |
Definition at line 156 of file point_cloud.h.
static void ros::serialization::Serializer< pcl::PointCloud< T > >::read | ( | Stream & | stream, |
pcl::PointCloud< T > & | m | ||
) | [inline, static] |
Definition at line 196 of file point_cloud.h.
static uint32_t ros::serialization::Serializer< pcl::PointCloud< T > >::serializedLength | ( | const pcl::PointCloud< T > & | m | ) | [inline, static] |
Definition at line 268 of file point_cloud.h.
static void ros::serialization::Serializer< pcl::PointCloud< T > >::write | ( | Stream & | stream, |
const pcl::PointCloud< T > & | m | ||
) | [inline, static] |
Definition at line 159 of file point_cloud.h.