gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
closestPointFinder Class Reference

#include <closestPoint.h>

Public Member Functions

 closestPointFinder (GEntity *, double)
 
 ~closestPointFinder ()
 
SPoint3 operator() (const SPoint3 &p)
 
double tol () const
 

Private Attributes

double _tolerance
 

Detailed Description

Definition at line 18 of file closestPoint.h.

Constructor & Destructor Documentation

◆ closestPointFinder()

closestPointFinder::closestPointFinder ( GEntity ge,
double  e 
)

Definition at line 32 of file closestPoint.cpp.

Here is the call graph for this function:

◆ ~closestPointFinder()

closestPointFinder::~closestPointFinder ( )

Definition at line 61 of file closestPoint.cpp.

Member Function Documentation

◆ operator()()

SPoint3 closestPointFinder::operator() ( const SPoint3 p)

Definition at line 71 of file closestPoint.cpp.

Here is the call graph for this function:

◆ tol()

double closestPointFinder::tol ( ) const
inline

Definition at line 31 of file closestPoint.h.

Referenced by GEdge::closestPointWithTol().

Here is the caller graph for this function:

Member Data Documentation

◆ _tolerance

double closestPointFinder::_tolerance
private

Definition at line 25 of file closestPoint.h.

Referenced by closestPointFinder(), and tol().


The documentation for this class was generated from the following files: