This is the complete list of members for MatchingParameters, including all inherited members.
| ConvergenceRadius() const noexcept | MatchingParameters | inline |
| CorrespondenceMethod() const noexcept | MatchingParameters | inline |
| CorrespondenceThreshold() const noexcept | MatchingParameters | inline |
| IcpMatch(const PointCloud &model, const PointCloud &scene, const MatchingParameters ¶meters) | MatchingParameters | friend |
| MatchingParameters() noexcept | MatchingParameters | inline |
| MatchingParameters(std::size_t maxScenePoints, std::size_t maxModelPoints) noexcept | MatchingParameters | inline |
| MatchingParameters(std::size_t maxScenePoints, std::size_t maxModelPoints, int maxIterations, double tolerance, double minImprovement, double correspondenceThreshold, double convergenceRadius, bool prealign, CorrespondenceType correspondenceMethod) noexcept | MatchingParameters | inline |
| MaxIterations() const noexcept | MatchingParameters | inline |
| MaxModelPoints() const noexcept | MatchingParameters | inline |
| MaxScenePoints() const noexcept | MatchingParameters | inline |
| MinImprovement() const noexcept | MatchingParameters | inline |
| Prealign() const noexcept | MatchingParameters | inline |
| SetConvergenceRadius(double value) noexcept | MatchingParameters | inline |
| SetCorrespondenceMethod(CorrespondenceType value) noexcept | MatchingParameters | inline |
| SetCorrespondenceThreshold(double value) noexcept | MatchingParameters | inline |
| SetMaxIterations(int value) noexcept | MatchingParameters | inline |
| SetMaxModelPoints(std::size_t maxModelPoints) noexcept | MatchingParameters | inline |
| SetMaxScenePoints(std::size_t maxScenePoints) noexcept | MatchingParameters | inline |
| SetMinImprovement(double value) noexcept | MatchingParameters | inline |
| SetPrealign(bool value) noexcept | MatchingParameters | inline |
| SetTolerance(double value) noexcept | MatchingParameters | inline |
| Tolerance() const noexcept | MatchingParameters | inline |