|
ETL
0.04.19
|
#include <functional>#include <algorithm>Go to the source code of this file.
Classes | |
| class | rect< T > |
Functions | |
| template<typename T , typename F > | |
| bool | intersect (const rect< T > &r1, const rect< T > &r2, const F &func) |
| template<typename T > | |
| bool | intersect (const rect< T > &r1, const rect< T > &r2) |
| template<typename T > | |
| void | set_intersect (rect< T > &rout, const rect< T > &r1, const rect< T > &r2) |
| template<typename T > | |
| void | set_union (rect< T > &rout, const rect< T > &r1, const rect< T > &r2) |
|
inline |
Definition at line 113 of file _rect.h.
References rect< T >::maxx, rect< T >::maxy, rect< T >::minx, and rect< T >::miny.
Referenced by intersect().
Definition at line 135 of file _rect.h.
References intersect().
| void set_intersect | ( | rect< T > & | rout, |
| const rect< T > & | r1, | ||
| const rect< T > & | r2 | ||
| ) |
Definition at line 141 of file _rect.h.
References rect< T >::maxx, rect< T >::maxy, rect< T >::minx, and rect< T >::miny.
| void set_union | ( | rect< T > & | rout, |
| const rect< T > & | r1, | ||
| const rect< T > & | r2 | ||
| ) |
Definition at line 151 of file _rect.h.
References rect< T >::maxx, rect< T >::maxy, rect< T >::minx, rect< T >::miny, and rect< T >::set().
1.8.1.2