Moving Least Squares Filter $Date$. More...
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/filters/approximate_voxel_grid.h>
#include "ApproximateVoxelGridFilter.h"
#include "hrpsys/idl/pointcloud.hh"
Go to the source code of this file.
Functions | |
void | ApproximateVoxelGridFilterInit (RTC::Manager *manager) |
Variables | |
static const char * | spec [] |
void ApproximateVoxelGridFilterInit | ( | RTC::Manager * | manager | ) |
Definition at line 236 of file ApproximateVoxelGridFilter.cpp.
{ "implementation_id", "ApproximateVoxelGridFilter", "type_name", "ApproximateVoxelGridFilter", "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 ApproximateVoxelGridFilter.cpp.