gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
hausdorffDistance.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5 
6 #ifndef HAUSDORFF_DISTANCE_H
7 #define HAUSDORFF_DISTANCE_H
8 
9 #include <vector>
10 #include "SPoint3.h"
11 
12 double hausdorffDistance(const std::vector<SPoint3> &P,
13  const std::vector<SPoint3> &Q);
14 
15 #endif
hausdorffDistance
double hausdorffDistance(const std::vector< SPoint3 > &P, const std::vector< SPoint3 > &Q)
Definition: hausdorffDistance.cpp:121
SPoint3.h