(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <Eigen/Core>
#include <vector>
#include "open3d/utility/Parallel.h"
Go to the source code of this file.
|
| template<typename ForEachNeighborFunc , typename ComputeWeightFunc > |
| void | open3d::geometry::smoothing::ApplyIndexedLaplacianUpdate (const std::vector< Eigen::Vector3d > &reference_positions, const std::vector< Eigen::Vector3d > &previous_values, std::vector< Eigen::Vector3d > &next_values, double factor, const ForEachNeighborFunc &for_each_neighbor, const ComputeWeightFunc &compute_weight) |
| |