Point Cloud Viewer $Date$. More...
#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/filters/voxel_grid.h>#include "PointCloudViewer.h"#include "hrpsys/idl/pointcloud.hh"#include <string>
Go to the source code of this file.
Functions | |
| void | PointCloudViewerInit (RTC::Manager *manager) |
Variables | |
| static const char * | spec [] |
| void PointCloudViewerInit | ( | RTC::Manager * | manager | ) |
Definition at line 209 of file PointCloudViewer.cpp.
{
"implementation_id", "PointCloudViewer",
"type_name", "PointCloudViewer",
"description", "Point Cloud Viewer",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
""
}
Definition at line 19 of file PointCloudViewer.cpp.