search_simple Namespace Reference
  file-local namespace More...
| Functions | |
| void | getBoundingBox (const std::vector< Point< 2 >> &cell_coord, double *xlow, double *xhigh, double *ylow, double *yhigh) | 
| Given a list of 2d coordinates, find the coordinates of the bounding box.  More... | |
Detailed Description
file-local namespace
Function Documentation
◆ getBoundingBox()
| 
 | inline | 
Given a list of 2d coordinates, find the coordinates of the bounding box.
- Parameters
- 
  [in] cell_coord List of coordinates as (x,y) pairs of points to bound. [in,out] xlow Minimum x of bounding box. [in,out] xhigh Maximum x of bounding box. [in,out] ylow Minimum y of bounding box. [in,out] yhigh Maximum y of bounding box.