Moving Least Squares Filter $Date$. More...
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/filters/voxel_grid.h>
#include "VoxelGridFilter.h"
#include "hrpsys/idl/pointcloud.hh"
Go to the source code of this file.
Functions | |
void | VoxelGridFilterInit (RTC::Manager *manager) |
Variables | |
static const char * | spec [] |
void VoxelGridFilterInit | ( | RTC::Manager * | manager | ) |
Definition at line 237 of file VoxelGridFilter.cpp.
{ "implementation_id", "VoxelGridFilter", "type_name", "VoxelGridFilter", "description", "Voxel Grid Filter", "version", HRPSYS_PACKAGE_VERSION, "vendor", "AIST", "category", "example", "activity_type", "DataFlowComponent", "max_instance", "10", "language", "C++", "lang_type", "compile", "conf.default.size", "0.01", "conf.default.debugLevel", "0", "" }
Definition at line 18 of file VoxelGridFilter.cpp.