This is the complete list of members for MatchingParameters, including all inherited members.
| DeltaThresholdRMS() const noexcept | MatchingParameters | inline |
| MatchDownsampledPointClouds(const PointCloud &model, const PointCloud &scene, const MatchingParameters ¶meters) | MatchingParameters | friend |
| MatchingParameters(std::size_t maxModelPoints, std::size_t maxScenePoints) noexcept | MatchingParameters | inline |
| MatchingParameters(std::size_t maxModelPoints, std::size_t maxScenePoints, int maxIterations, double maxDistanceStdDev, double deltaThresholdRMS) noexcept | MatchingParameters | inline |
| MaxDistanceStdDev() const noexcept | MatchingParameters | inline |
| MaxIterations() const noexcept | MatchingParameters | inline |
| MaxModelPoints() const noexcept | MatchingParameters | inline |
| MaxScenePoints() const noexcept | MatchingParameters | inline |
| SetDeltaThresholdRMS(double deltaThresholdRMS) noexcept | MatchingParameters | inline |
| SetMaxDistanceStdDev(double maxDistanceStdDev) noexcept | MatchingParameters | inline |
| SetMaxIterations(int maxIterations) noexcept | MatchingParameters | inline |
| SetMaxModelPoints(std::size_t maxModelPoints) noexcept | MatchingParameters | inline |
| SetMaxScenePoints(std::size_t maxScenePoints) noexcept | MatchingParameters | inline |