PCD file loader $Date$. More...
#include <pcl/point_types.h>#include <pcl/filters/statistical_outlier_removal.h>#include "PCDLoader.h"#include "hrpsys/idl/pointcloud.hh"
Go to the source code of this file.
Functions | |
| void | PCDLoaderInit (RTC::Manager *manager) |
Variables | |
| static const char * | spec [] |
| void PCDLoaderInit | ( | RTC::Manager * | manager | ) |
Definition at line 395 of file PCDLoader.cpp.
{
"implementation_id", "PCDLoader",
"type_name", "PCDLoader",
"description", "PCD file loader",
"version", HRPSYS_PACKAGE_VERSION,
"vendor", "AIST",
"category", "example",
"activity_type", "DataFlowComponent",
"max_instance", "10",
"language", "C++",
"lang_type", "compile",
"conf.default.path", "",
"conf.default.fields","XYZ",
""
}
Definition at line 17 of file PCDLoader.cpp.