#include <pluginlib/class_list_macros.h>
#include "pcl_ros/surface/moving_least_squares.h"
#include "pcl_ros/pcl_nodelet.h"
#include <pcl/surface/mls.h>
#include <dynamic_reconfigure/server.h>
#include "pcl_ros/MLSConfig.h"
Go to the source code of this file.
Typedefs | |
typedef pcl_ros::MovingLeastSquares | MovingLeastSquares |
Functions | |
PLUGINLIB_DECLARE_CLASS (pcl, MovingLeastSquares, MovingLeastSquares, nodelet::Nodelet) |
Definition at line 216 of file moving_least_squares.cpp.
PLUGINLIB_DECLARE_CLASS | ( | pcl | , | |
MovingLeastSquares | , | |||
MovingLeastSquares | , | |||
nodelet::Nodelet | ||||
) |