Point Cloud Library (PCL)  1.14.1-dev
pcl::MovingLeastSquares< PointInT, PointOutT > Member List

This is the complete list of members for pcl::MovingLeastSquares< PointInT, PointOutT >, including all inherited members.

addProjectedPointNormal(pcl::index_t index, const Eigen::Vector3d &point, const Eigen::Vector3d &normal, double curvature, PointCloudOut &projected_points, NormalCloud &projected_points_normals, PointIndices &corresponding_input_indices) constpcl::MovingLeastSquares< PointInT, PointOutT >protected
cache_mls_results_pcl::MovingLeastSquares< PointInT, PointOutT >protected
CloudSurfaceProcessing()pcl::CloudSurfaceProcessing< PointInT, PointOutT >inline
compute_normals_pcl::MovingLeastSquares< PointInT, PointOutT >protected
computeMLSPointNormal(pcl::index_t index, const pcl::Indices &nn_indices, PointCloudOut &projected_points, NormalCloud &projected_points_normals, PointIndices &corresponding_input_indices, MLSResult &mls_result) constpcl::MovingLeastSquares< PointInT, PointOutT >protected
ConstPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
copyMissingFields(const PointInT &point_in, PointOutT &point_out) constpcl::MovingLeastSquares< PointInT, PointOutT >protected
corresponding_input_indices_pcl::MovingLeastSquares< PointInT, PointOutT >protected
deinitCompute()pcl::PCLBase< PointInT >protected
desired_num_points_in_radius_pcl::MovingLeastSquares< PointInT, PointOutT >protected
dilation_iteration_num_pcl::MovingLeastSquares< PointInT, PointOutT >protected
DISTINCT_CLOUD enum valuepcl::MovingLeastSquares< PointInT, PointOutT >
distinct_cloud_pcl::MovingLeastSquares< PointInT, PointOutT >protected
fake_indices_pcl::PCLBase< PointInT >protected
getCacheMLSResults() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getCorrespondingIndices() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getDilationIterations() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getDilationVoxelSize() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getDistinctCloud() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getIndices()pcl::PCLBase< PointInT >inline
getIndices() constpcl::PCLBase< PointInT >inline
getInputCloud() constpcl::PCLBase< PointInT >inline
getMLSResults() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getPointDensity() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getPolynomialOrder() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getProjectionMethod() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getSearchMethod() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getSearchRadius() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getSqrGaussParam() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getUpsamplingRadius() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
getUpsamplingStepSize() constpcl::MovingLeastSquares< PointInT, PointOutT >inline
indices_pcl::PCLBase< PointInT >protected
initCompute()pcl::PCLBase< PointInT >protected
input_pcl::PCLBase< PointInT >protected
KdTree typedefpcl::MovingLeastSquares< PointInT, PointOutT >
KdTreePtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
mls_results_pcl::MovingLeastSquares< PointInT, PointOutT >protected
MovingLeastSquares()pcl::MovingLeastSquares< PointInT, PointOutT >inline
NONE enum valuepcl::MovingLeastSquares< PointInT, PointOutT >
NormalCloud typedefpcl::MovingLeastSquares< PointInT, PointOutT >
NormalCloudPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
normals_pcl::MovingLeastSquares< PointInT, PointOutT >protected
nr_coeff_pcl::MovingLeastSquares< PointInT, PointOutT >protected
operator[](std::size_t pos) constpcl::PCLBase< PointInT >inline
order_pcl::MovingLeastSquares< PointInT, PointOutT >protected
PCLBase()pcl::PCLBase< PointInT >
PCLBase(const PCLBase &base)pcl::PCLBase< PointInT >
performProcessing(PointCloudOut &output) overridepcl::MovingLeastSquares< PointInT, PointOutT >protectedvirtual
performUpsampling(PointCloudOut &output)pcl::MovingLeastSquares< PointInT, PointOutT >protected
PointCloud typedefpcl::PCLBase< PointInT >
PointCloudConstPtr typedefpcl::PCLBase< PointInT >
PointCloudIn typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudInConstPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudInPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudOut typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudOutConstPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudOutPtr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
PointCloudPtr typedefpcl::PCLBase< PointInT >
PointIndicesConstPtr typedefpcl::PCLBase< PointInT >
PointIndicesPtr typedefpcl::PCLBase< PointInT >
process(PointCloudOut &output) overridepcl::MovingLeastSquares< PointInT, PointOutT >virtual
projection_method_pcl::MovingLeastSquares< PointInT, PointOutT >protected
Ptr typedefpcl::MovingLeastSquares< PointInT, PointOutT >
RANDOM_UNIFORM_DENSITY enum valuepcl::MovingLeastSquares< PointInT, PointOutT >
SAMPLE_LOCAL_PLANE enum valuepcl::MovingLeastSquares< PointInT, PointOutT >
search_method_pcl::MovingLeastSquares< PointInT, PointOutT >protected
search_radius_pcl::MovingLeastSquares< PointInT, PointOutT >protected
searchForNeighbors(pcl::index_t index, pcl::Indices &indices, std::vector< float > &sqr_distances) constpcl::MovingLeastSquares< PointInT, PointOutT >inlineprotected
SearchMethod typedefpcl::MovingLeastSquares< PointInT, PointOutT >
setCacheMLSResults(bool cache_mls_results)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setComputeNormals(bool compute_normals)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setDilationIterations(int iterations)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setDilationVoxelSize(float voxel_size)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setDistinctCloud(PointCloudInConstPtr distinct_cloud)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setIndices(const IndicesPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(const IndicesConstPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(const PointIndicesConstPtr &indices)pcl::PCLBase< PointInT >virtual
setIndices(std::size_t row_start, std::size_t col_start, std::size_t nb_rows, std::size_t nb_cols)pcl::PCLBase< PointInT >virtual
setInputCloud(const PointCloudConstPtr &cloud)pcl::PCLBase< PointInT >virtual
setNumberOfThreads(unsigned int threads=1)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setPointDensity(int desired_num_points_in_radius)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setPolynomialOrder(int order)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setProjectionMethod(MLSResult::ProjectionMethod method)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setSearchMethod(const KdTreePtr &tree)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setSearchRadius(double radius)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setSqrGaussParam(double sqr_gauss_param)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setUpsamplingMethod(UpsamplingMethod method)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setUpsamplingRadius(double radius)pcl::MovingLeastSquares< PointInT, PointOutT >inline
setUpsamplingStepSize(double step_size)pcl::MovingLeastSquares< PointInT, PointOutT >inline
sqr_gauss_param_pcl::MovingLeastSquares< PointInT, PointOutT >protected
threads_pcl::MovingLeastSquares< PointInT, PointOutT >protected
tree_pcl::MovingLeastSquares< PointInT, PointOutT >protected
upsample_method_pcl::MovingLeastSquares< PointInT, PointOutT >protected
upsampling_radius_pcl::MovingLeastSquares< PointInT, PointOutT >protected
upsampling_step_pcl::MovingLeastSquares< PointInT, PointOutT >protected
UpsamplingMethod enum namepcl::MovingLeastSquares< PointInT, PointOutT >
use_indices_pcl::PCLBase< PointInT >protected
VOXEL_GRID_DILATION enum valuepcl::MovingLeastSquares< PointInT, PointOutT >
voxel_size_pcl::MovingLeastSquares< PointInT, PointOutT >protected
~CloudSurfaceProcessing() override=defaultpcl::CloudSurfaceProcessing< PointInT, PointOutT >
~MovingLeastSquares() override=defaultpcl::MovingLeastSquares< PointInT, PointOutT >
~PCLBase()=defaultpcl::PCLBase< PointInT >virtual